|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jms.JMSException
This is the root class of all JMS exceptions.
It provides following information:
Constructor Summary | |
JMSException(String reason)
Construct a JMSException with reason and with error code defaulting to null. |
|
JMSException(String reason,
String errorCode)
Construct a JMSException with reason and error code for exception |
Method Summary | |
String |
getErrorCode()
Get the vendor specific error code. |
Exception |
getLinkedException()
Get the exception linked to this one. |
void |
setLinkedException(Exception ex)
Set the linked exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JMSException(String reason, String errorCode)
public JMSException(String reason)
Method Detail |
public String getErrorCode()
public Exception getLinkedException()
public void setLinkedException(Exception ex)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |