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 SummaryConstructorsConstructorDescriptionCreate 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 SummaryMethods inherited from class org.apache.qpid.protonj2.client.exceptions.ClientConnectionRemotelyClosedExceptiongetErrorConditionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ClientConnectionSecuritySaslExceptionCreate a new instance of the connection SASL security exception- Parameters:
- message- The message that describes the error.
 
- 
ClientConnectionSecuritySaslExceptionCreate a new instance of the connection SASL security exception- Parameters:
- message- The message that describes the error.
- cause- The exception that initiated this error.
 
- 
ClientConnectionSecuritySaslExceptionCreate 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).
 
- 
ClientConnectionSecuritySaslExceptionCreate 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- 
isSysTempFailurepublic boolean isSysTempFailure()- Returns:
- true if the error is temporary and reconnection may be possible.
 
 
-