|
Oracle GlassFish(tm) Server Message Queue 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jms.JMSRuntimeException
public class JMSRuntimeException
This is the root class of all unchecked exceptions in the JMS API.
In additional to the detailMessage and cause fields inherited from
Throwable
, this class also allows a provider-specific errorCode
to be set.
Constructor Summary | |
---|---|
JMSRuntimeException(java.lang.String detailMessage)
Constructs a JMSRuntimeException with the specified detail message |
|
JMSRuntimeException(java.lang.String detailMessage,
java.lang.String errorCode)
Constructs a JMSRuntimeException with the specified detail message
and error code. |
|
JMSRuntimeException(java.lang.String detailMessage,
java.lang.String errorCode,
java.lang.Throwable cause)
Constructs a JMSRuntimeException with the specified detail message,
error code and cause |
Method Summary | |
---|---|
java.lang.String |
getErrorCode()
Returns the vendor-specific error code. |
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 JMSRuntimeException(java.lang.String detailMessage, java.lang.String errorCode)
JMSRuntimeException
with the specified detail message
and error code.
detailMessage
- a description of the exceptionerrorCode
- a provider-specific error codepublic JMSRuntimeException(java.lang.String detailMessage)
JMSRuntimeException
with the specified detail message
detailMessage
- a description of the exceptionpublic JMSRuntimeException(java.lang.String detailMessage, java.lang.String errorCode, java.lang.Throwable cause)
JMSRuntimeException
with the specified detail message,
error code and cause
detailMessage
- a description of the exceptionerrorCode
- a provider-specific error codecause
- the underlying cause of this exceptionMethod Detail |
---|
public java.lang.String getErrorCode()
|
Oracle GlassFish(tm) Server Message Queue 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |