February 2002
Beginner to intermediate
544 pages
10h 23m
English
The following methods are defined in the class javax.jms.JMSException.
public java.lang.String getErrorCode()
Gets the vendor-specific error code.
RETURNS:
a string specifying the vendor-specific error code
public java.lang.Exception getLinkedException()
Gets the exception linked to this one.
RETURNS:
the linked Exception, null if none
public synchronized void setLinkedException(java.lang.Exception ex)
Adds a linked Exception.
PARAMETERS:
ex the linked Exception
Read now
Unlock full access