|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.jms.JMSException
public class JMSException
This is the root class of all JMS API exceptions.
It provides the following information:
getMessage
method.
Constructor Summary | |
---|---|
JMSException(String reason)
Constructs a JMSException with the specified reason and with
the error code defaulting to null. |
|
JMSException(String reason,
String errorCode)
Constructs a JMSException with the specified reason and
error code. |
Method Summary | |
---|---|
String |
getErrorCode()
Gets the vendor-specific error code. |
Exception |
getLinkedException()
Gets the exception linked to this one. |
void |
setLinkedException(Exception ex)
Adds a 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)
JMSException
with the specified reason and
error code.
reason
- a description of the exceptionerrorCode
- a string specifying the vendor-specific
error codepublic JMSException(String reason)
JMSException
with the specified reason and with
the error code defaulting to null.
reason
- a description of the exceptionMethod Detail |
---|
public String getErrorCode()
public Exception getLinkedException()
Exception
, null if nonepublic void setLinkedException(Exception ex)
Exception
.
ex
- the linked Exception
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.