Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Apache.Qpid.Proton.Engine.Exceptions.EngineStateException Class Reference

Root type for exceptions thrown from the engine due to state violations. More...

Inheritance diagram for Apache.Qpid.Proton.Engine.Exceptions.EngineStateException:
Apache.Qpid.Proton.Engine.Exceptions.ProtonException Apache.Qpid.Proton.Engine.Exceptions.EngineFailedException Apache.Qpid.Proton.Engine.Exceptions.EngineNotStartedException Apache.Qpid.Proton.Engine.Exceptions.EngineNotWritableException Apache.Qpid.Proton.Engine.Exceptions.EngineShutdownException Apache.Qpid.Proton.Engine.Exceptions.EngineStartedException

Public Member Functions

 EngineStateException ()
 Creates a default version of this exception type.
 
 EngineStateException (string message)
 Create a new instance with the given message that describes the specifics of the error.
 
 EngineStateException (string message, Exception cause)
 Create a new instance with the given message that describes the specifics of the error.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Engine.Exceptions.ProtonException
 ProtonException ()
 Creates a default version of this exception type.
 
 ProtonException (string message)
 Create a new instance with the given message that describes the specifics of the error.
 
 ProtonException (string message, Exception cause)
 Create a new instance with the given message that describes the specifics of the error.
 
 ProtonException (Exception cause)
 Create a new instance with the given exception that describes the specifics of the error.
 

Detailed Description

Root type for exceptions thrown from the engine due to state violations.

Constructor & Destructor Documentation

◆ EngineStateException() [1/2]

Apache.Qpid.Proton.Engine.Exceptions.EngineStateException.EngineStateException ( string  message)
inline

Create a new instance with the given message that describes the specifics of the error.

Parameters
messageDescription of the error

◆ EngineStateException() [2/2]

Apache.Qpid.Proton.Engine.Exceptions.EngineStateException.EngineStateException ( string  message,
Exception  cause 
)
inline

Create a new instance with the given message that describes the specifics of the error.

Parameters
messageDescription of the error
causeThe exception that causes this error

The documentation for this class was generated from the following file: