#include <javax_jms_TransactionInProgressException.h>
Inheritance diagram for javax::jms::TransactionInProgressException:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::javax::jms::TransactionInProgressException > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::TransactionInProgressException > > | array2D |
Public Member Functions | |
| TransactionInProgressException (const ::java::lang::String &reason, const ::java::lang::String &errorCode,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs a TransactionInProgressException with the specified reason and error code. | |
| TransactionInProgressException (const ::java::lang::String &reason,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs a TransactionInProgressException with the specified reason. | |
For instance, an attempt to call Session.commit when a session is part of a distributed transaction should throw a TransactionInProgressException.
|
||||||||||||||||
|
Constructs a The error code defaults to null.
|
|
||||||||||||||||||||
|
Constructs a
|
1.4.1