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:
java.io.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(java.lang.String message)ProviderSecurityException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.jms.JMSSecurityExceptiontoJMSException()
-
-
-
Method Detail
-
toJMSException
public jakarta.jms.JMSSecurityException toJMSException()
- Overrides:
toJMSExceptionin classProviderException
-
-