Class ProviderConnectionSecuritySaslException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.jms.provider.ProviderException
org.apache.qpid.jms.provider.exceptions.ProviderIOException
org.apache.qpid.jms.provider.exceptions.ProviderConnectionRemotelyClosedException
org.apache.qpid.jms.provider.exceptions.ProviderConnectionSecurityException
org.apache.qpid.jms.provider.exceptions.ProviderConnectionSecuritySaslException
- All Implemented Interfaces:
Serializable
Security Exception used to indicate a security violation has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProviderConnectionSecuritySaslException(String message, int outcome) ProviderConnectionSecuritySaslException(String message, int outcome, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderConnectionSecuritySaslException
-
ProviderConnectionSecuritySaslException
-
ProviderConnectionSecuritySaslException
-
-
Method Details
-
isSysTempFailure
public boolean isSysTempFailure() -
toJMSException
- Overrides:
toJMSExceptionin classProviderConnectionSecurityException
-