Class ProviderSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.qpid.jms.provider.ProviderException
-
- org.apache.qpid.jms.provider.exceptions.ProviderSecurityException
-
- All Implemented Interfaces:
Serializable
public class ProviderSecurityException extends ProviderException
Security Exception used to indicate a security violation has occurred that is non-fatal such as link creation blocked because user does not have access etc.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderSecurityException(String message)ProviderSecurityException(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 classProviderException
-
-