Package javax.jms
Class JMSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IllegalStateException
,InvalidClientIDException
,InvalidDestinationException
,InvalidSelectorException
,JMSSecurityException
,MessageEOFException
,MessageFormatException
,MessageNotReadableException
,MessageNotWriteableException
,ResourceAllocationException
,TransactionInProgressException
,TransactionRolledBackException
public class JMSException extends java.lang.Exception
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 05:01:51 +0100 (Wed, 25 Oct 2006) $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
errorCode
private java.lang.Exception
linkedException
-
Constructor Summary
Constructors Constructor Description JMSException(java.lang.String reason)
JMSException(java.lang.String reason, java.lang.String errorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getErrorCode()
java.lang.Exception
getLinkedException()
void
setLinkedException(java.lang.Exception ex)
-