Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

javax::jms::TransactionRolledBackException Class Reference

This exception must be thrown when a call to Session.commit results in a rollback of the current transaction. More...

#include <javax_jms_TransactionRolledBackException.h>

Inheritance diagram for javax::jms::TransactionRolledBackException:

Inheritance graph
[legend]
Collaboration diagram for javax::jms::TransactionRolledBackException:

Collaboration graph
[legend]
List of all members.

Public Types

enum  {
  xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9,
  xmogBuildNumber = 2047
}
typedef ::xmog_java_array_template<
::javax::jms::TransactionRolledBackException
array1D
typedef ::xmog_java_array_template<
::xmog_java_array_template<
::javax::jms::TransactionRolledBackException > > 
array2D

Public Member Functions

 TransactionRolledBackException (const ::java::lang::String &reason, const ::java::lang::String &errorCode,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags)
 Constructs a TransactionRolledBackException with the specified reason and error code.
 TransactionRolledBackException (const ::java::lang::String &reason,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags)
 Constructs a TransactionRolledBackException with the specified reason.

Detailed Description

This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.

Author:
Rahul Sharma


Constructor & Destructor Documentation

javax::jms::TransactionRolledBackException::TransactionRolledBackException const ::java::lang::String reason,
::xmog_localenv p_xenv = NULL,
xmog_flags  f_xflags = xmogDefaultFlags
 

Constructs a TransactionRolledBackException with the specified reason.

The error code defaults to null.

Parameters:
reason a description of the exception
p_xenv the local call environment. The default value is NULL.
f_xflags the flags that allow control over the reference type and other internal matters. The default value is xmog_base::GLOBAL.

javax::jms::TransactionRolledBackException::TransactionRolledBackException const ::java::lang::String reason,
const ::java::lang::String errorCode,
::xmog_localenv p_xenv = NULL,
xmog_flags  f_xflags = xmogDefaultFlags
 

Constructs a TransactionRolledBackException with the specified reason and error code.

Parameters:
reason a description of the exception
errorCode a string specifying the vendor-specific error code
p_xenv the local call environment. The default value is NULL.
f_xflags the flags that allow control over the reference type and other internal matters. The default value is xmog_base::GLOBAL.


The documentation for this class was generated from the following file:
Generated on Fri Jun 16 10:20:04 2006 for JMS Courier for C++ by  doxygen 1.4.1