javax.jms
Class JMSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IllegalStateException, InvalidClientIDException, InvalidDestinationException, InvalidSelectorException, JMSSecurityException, MessageEOFException, MessageFormatException, MessageNotReadableException, MessageNotWriteableException, ResourceAllocationException, TransactionInProgressException, TransactionRolledBackException
public class JMSException
- extends Exception
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 05:01:51 +0100 (Wed, 25 Oct 2006) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JMSException
public JMSException(String reason,
String errorCode)
JMSException
public JMSException(String reason)
getErrorCode
public String getErrorCode()
getLinkedException
public Exception getLinkedException()
setLinkedException
public void setLinkedException(Exception ex)
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.