Package org.apache.qpid.jms.exceptions
Class JMSSecuritySaslException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.jms.JMSException
-
- jakarta.jms.JMSSecurityException
-
- org.apache.qpid.jms.exceptions.JMSSecuritySaslException
-
- All Implemented Interfaces:
java.io.Serializable
public class JMSSecuritySaslException extends jakarta.jms.JMSSecurityException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JMSSecuritySaslException(java.lang.String reason)JMSSecuritySaslException(java.lang.String reason, int outcome)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSysTempFailure()-
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
-