Package javax.jms
Class JMSSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- javax.jms.JMSSecurityException
-
- All Implemented Interfaces:
java.io.Serializable
public class JMSSecurityException extends JMSException
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 05:01:51 +0100 (Wed, 25 Oct 2006) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JMSSecurityException(java.lang.String reason)
JMSSecurityException(java.lang.String reason, java.lang.String errorCode)
-
Method Summary
-
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
-