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

Connection level SASL Security Exception used to indicate a security violation has occurred. More...

Inheritance diagram for Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecuritySaslException:
Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecurityException Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException Apache.Qpid.Proton.Client.Exceptions.ClientIOException Apache.Qpid.Proton.Client.Exceptions.ClientException

Public Member Functions

 ClientConnectionSecuritySaslException (string message)
 Create a new instance of the connection SASL security exception.
 
 ClientConnectionSecuritySaslException (string message, Exception innerException)
 Create a new instance of the connection SASL security exception.
 
 ClientConnectionSecuritySaslException (string message, bool temporary)
 Create a new instance of the connection SASL security exception.
 
 ClientConnectionSecuritySaslException (string message, Exception innerException, bool temporary)
 Create a new instance of the connection SASL security exception.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecurityException
 ClientConnectionSecurityException (string message)
 Creates a new connection security exception.
 
 ClientConnectionSecurityException (string message, Exception innerException)
 Creates a new connection security exception.
 
 ClientConnectionSecurityException (string message, IErrorCondition errorCondition)
 Creates a new connection security exception.
 
 ClientConnectionSecurityException (string message, Exception innerException, IErrorCondition errorCondition)
 Creates a new connection security exception.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException
 ClientConnectionRemotelyClosedException (string message)
 Creates an instance of this exception with the given message.
 
 ClientConnectionRemotelyClosedException (string message, Exception innerException)
 Creates an instance of this exception with the given message and linked causal exception.
 
 ClientConnectionRemotelyClosedException (string message, IErrorCondition errorCondition)
 Creates an instance of this exception with the given message.
 
 ClientConnectionRemotelyClosedException (string message, Exception innerException, IErrorCondition errorCondition)
 Creates an instance of this exception with the given message and linked causal exception.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Client.Exceptions.ClientIOException
 ClientIOException (string message)
 Creates an instance of this exception with the given message.
 
 ClientIOException (string message, Exception innerException)
 Creates an instance of this exception with the given message and linked causal exception.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Client.Exceptions.ClientException
 ClientException (string message)
 Creates an instance of this exception with the given message.
 
 ClientException (string message, Exception innerException)
 Creates an instance of this exception with the given message and linked causal exception.
 

Properties

bool IsTemporaryFailure [get]
 Returns true if the SASL failure indicated that it was a temporary failure and may resolve after future retries.
 
- Properties inherited from Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException
IErrorCondition Error [get]
 Return the error provided by the remote if any.
 

Detailed Description

Connection level SASL Security Exception used to indicate a security violation has occurred.

Constructor & Destructor Documentation

◆ ClientConnectionSecuritySaslException() [1/4]

Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecuritySaslException.ClientConnectionSecuritySaslException ( string  message)
inline

Create a new instance of the connection SASL security exception.

Parameters
messageThe message that describes the error

◆ ClientConnectionSecuritySaslException() [2/4]

Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecuritySaslException.ClientConnectionSecuritySaslException ( string  message,
Exception  innerException 
)
inline

Create a new instance of the connection SASL security exception.

Parameters
messageThe message that describes the error
innerExceptionThe exception that initiated this error

◆ ClientConnectionSecuritySaslException() [3/4]

Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecuritySaslException.ClientConnectionSecuritySaslException ( string  message,
bool  temporary 
)
inline

Create a new instance of the connection SASL security exception.

Parameters
messageThe message that describes the error
temporaryBoolean that indicates if the error is a temporary (true) or permanent error (false)

◆ ClientConnectionSecuritySaslException() [4/4]

Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecuritySaslException.ClientConnectionSecuritySaslException ( string  message,
Exception  innerException,
bool  temporary 
)
inline

Create a new instance of the connection SASL security exception.

Parameters
messageThe message that describes the error
innerExceptionThe exception that initiated this error
temporaryBoolean that indicates if the error is a temporary (true) or permanent error (false)

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