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

Engine state exception thrown when an operation cannot be performed on an not yet started engine instance. More...

Inheritance diagram for Apache.Qpid.Proton.Engine.Exceptions.EngineNotStartedException:
Apache.Qpid.Proton.Engine.Exceptions.EngineStateException Apache.Qpid.Proton.Engine.Exceptions.ProtonException

Public Member Functions

 EngineNotStartedException ()
 Creates a default version of this exception type.
 
 EngineNotStartedException (string message)
 Create a new instance with the given message that describes the specifics of the error.
 
 EngineNotStartedException (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.EngineStateException
 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

Engine state exception thrown when an operation cannot be performed on an not yet started engine instance.

Constructor & Destructor Documentation

◆ EngineNotStartedException() [1/2]

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

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

Parameters
messageDescription of the error

◆ EngineNotStartedException() [2/2]

Apache.Qpid.Proton.Engine.Exceptions.EngineNotStartedException.EngineNotStartedException ( 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: