Class ProviderConnectionSecurityException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProviderConnectionSecuritySaslException
public class ProviderConnectionSecurityException extends ProviderConnectionRemotelyClosedException
Connection level Security Exception used to indicate a security violation has occurred.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderConnectionSecurityException(String message)ProviderConnectionSecurityException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jms.JMSSecurityExceptiontoJMSException()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
toJMSException
public javax.jms.JMSSecurityException toJMSException()
- Overrides:
toJMSExceptionin classProviderConnectionRemotelyClosedException
-
-