Class ClientConnectionSecuritySaslException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.protonj2.client.exceptions.ClientException
org.apache.qpid.protonj2.client.exceptions.ClientIOException
org.apache.qpid.protonj2.client.exceptions.ClientConnectionRemotelyClosedException
org.apache.qpid.protonj2.client.exceptions.ClientConnectionSecurityException
org.apache.qpid.protonj2.client.exceptions.ClientConnectionSecuritySaslException
- All Implemented Interfaces:
Serializable
Security Exception used to indicate a security violation has occurred.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a new instance of the connection SASL security exceptionClientConnectionSecuritySaslException
(String message, boolean temporary) Create a new instance of the connection SASL security exceptionClientConnectionSecuritySaslException
(String message, boolean temporary, Throwable cause) Create a new instance of the connection SASL security exceptionClientConnectionSecuritySaslException
(String message, Throwable cause) Create a new instance of the connection SASL security exception -
Method Summary
Methods inherited from class org.apache.qpid.protonj2.client.exceptions.ClientConnectionRemotelyClosedException
getErrorCondition
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientConnectionSecuritySaslException
Create a new instance of the connection SASL security exception- Parameters:
message
- The message that describes the error.
-
ClientConnectionSecuritySaslException
Create a new instance of the connection SASL security exception- Parameters:
message
- The message that describes the error.cause
- The exception that initiated this error.
-
ClientConnectionSecuritySaslException
Create a new instance of the connection SASL security exception- Parameters:
message
- The message that describes the error.temporary
- Boolean that indicates if the error is a temporary (true) or permanent error (false).
-
ClientConnectionSecuritySaslException
Create a new instance of the connection SASL security exception- Parameters:
message
- The message that describes the error.temporary
- Boolean that indicates if the error is a temporary (true) or permanent error (false).cause
- The exception that initiated this error.
-
-
Method Details
-
isSysTempFailure
public boolean isSysTempFailure()- Returns:
- true if the error is temporary and reconnection may be possible.
-