#include <javax_jms_JMSException.h>
Inheritance diagram for javax::jms::JMSException:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::javax::jms::JMSException > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::JMSException > > | array2D |
Public Member Functions | |
| virtual ::java::lang::String | getErrorCode (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Gets the vendor-specific error code. | |
| virtual ::java::lang::Exception | getLinkedException (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Gets the exception linked to this one. | |
| JMSException (const ::java::lang::String &reason, const ::java::lang::String &errorCode,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs a JMSException with the specified reason and error code. | |
| JMSException (const ::java::lang::String &reason,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs a JMSException with the specified reason and with the error code defaulting to null. | |
| virtual void | setLinkedException (const ::java::lang::Exception &ex,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
Adds a linked Exception. | |
It provides the following information:
getMessage method.
Rich Burridge
|
||||||||||||||||
|
Constructs a
|
|
||||||||||||||||||||
|
Constructs a
|
|
||||||||||||
|
Gets the vendor-specific error code.
|
|
||||||||||||
|
Gets the exception linked to this one.
|
|
||||||||||||||||
|
Adds a linked
|
1.4.1