org.firebirdsql.jca
Class FBResourceTransactionException
public class FBResourceTransactionException
Exception represents transaction error in resource.
FBResourceTransactionException(String reason) - Create a new insance of
FBResourceTransactionException
with a given message and generic error code
|
FBResourceTransactionException(String reason, Exception cause) - Create a new instance of
FBResourceTransactionException
with a given message and sub-exception.
|
FBResourceTransactionException(String reason, String errorCode) - Create a new instance of
FBResourceTransactionException
with a given message and error code.
|
FBResourceTransactionException(String reason, String errorCode, Exception cause) - Create a new instance of
FBResourceException
with a given message, error code and underlying exception.
|
SQL_STATE_INVALID_TRANSACTION_STATE
public static final String SQL_STATE_INVALID_TRANSACTION_STATE
SQL_STATE_TRANSACTION_ACTIVE
public static final String SQL_STATE_TRANSACTION_ACTIVE
SQL_STATE_TRANSACTION_ROLLED_BACK
public static final String SQL_STATE_TRANSACTION_ROLLED_BACK
FBResourceTransactionException
public FBResourceTransactionException(String reason)
Create a new insance of FBResourceTransactionException
with a given message and generic error code
reason
- The string message for this exception
FBResourceTransactionException
public FBResourceTransactionException(String reason,
Exception cause)
Create a new instance of FBResourceTransactionException
with a given message and sub-exception.
reason
- The string message for this exceptioncause
- The underlying exception
FBResourceTransactionException
public FBResourceTransactionException(String reason,
String errorCode)
Create a new instance of FBResourceTransactionException
with a given message and error code.
reason
- The string message for this exceptionerrorCode
- The error code for this exception
FBResourceTransactionException
public FBResourceTransactionException(String reason,
String errorCode,
Exception cause)
Create a new instance of FBResourceException
with a given message, error code and underlying exception.
reason
- The string message for this exceptionerrorCode
- The error code for this exceptioncause
- The underlying exception
Copyright B) 2001 David Jencks and other authors. All rights reserved.