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

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

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

Public Member Functions

 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.
 

Additional Inherited Members

- 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 Security Exception used to indicate a security violation has occurred.

Constructor & Destructor Documentation

◆ ClientConnectionSecurityException() [1/4]

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

Creates a new connection security exception.

Parameters
messageThe message that describes the reason for the security error.

◆ ClientConnectionSecurityException() [2/4]

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

Creates a new connection security exception.

Parameters
messageThe message that describes the reason for the security error.
innerExceptionAn exception that further defines the reason for the security error.

◆ ClientConnectionSecurityException() [3/4]

Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecurityException.ClientConnectionSecurityException ( string  message,
IErrorCondition  errorCondition 
)
inline

Creates a new connection security exception.

Parameters
messageThe message that describes the reason for the security error.
errorConditionAn ErrorCondition that provides additional information about the error.

◆ ClientConnectionSecurityException() [4/4]

Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecurityException.ClientConnectionSecurityException ( string  message,
Exception  innerException,
IErrorCondition  errorCondition 
)
inline

Creates a new connection security exception.

Parameters
messageThe message that describes the reason for the security error.
innerExceptionAn exception that further defines the reason for the security error.
errorConditionAn ErrorCondition that provides additional information about the error.

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