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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionProviderSecurityException(String message) ProviderSecurityException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderSecurityException
-
ProviderSecurityException
-
-
Method Details
-
toJMSException
public jakarta.jms.JMSSecurityException toJMSException()- Overrides:
toJMSExceptionin classProviderException
-