org.firebirdsql.jca
Class FBResourceTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
org.firebirdsql.jca.FBResourceException
org.firebirdsql.jca.FBResourceTransactionException
- All Implemented Interfaces:
- java.io.Serializable
public class FBResourceTransactionException
- extends FBResourceException
Exception represents transaction error in resource.
- Author:
- Roman Rokytskyy
- See Also:
- Serialized Form
Constructor Summary |
FBResourceTransactionException(java.lang.String reason)
Create a new insance of FBResourceTransactionException
with a given message and generic error code |
FBResourceTransactionException(java.lang.String reason,
java.lang.Exception cause)
Create a new instance of FBResourceTransactionException
with a given message and sub-exception. |
FBResourceTransactionException(java.lang.String reason,
java.lang.String errorCode)
Create a new instance of FBResourceTransactionException
with a given message and error code. |
FBResourceTransactionException(java.lang.String reason,
java.lang.String errorCode,
java.lang.Exception cause)
Create a new instance of FBResourceException
with a given message, error code and underlying exception. |
Methods inherited from class javax.resource.ResourceException |
getErrorCode, getLinkedException, setErrorCode, setLinkedException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SQL_STATE_INVALID_TRANSACTION_STATE
public static final java.lang.String SQL_STATE_INVALID_TRANSACTION_STATE
- See Also:
- Constant Field Values
SQL_STATE_TRANSACTION_ACTIVE
public static final java.lang.String SQL_STATE_TRANSACTION_ACTIVE
- See Also:
- Constant Field Values
SQL_STATE_TRANSACTION_ROLLED_BACK
public static final java.lang.String SQL_STATE_TRANSACTION_ROLLED_BACK
- See Also:
- Constant Field Values
FBResourceTransactionException
public FBResourceTransactionException(java.lang.String reason)
- Create a new insance of
FBResourceTransactionException
with a given message and generic error code
- Parameters:
reason
- The string message for this exception
FBResourceTransactionException
public FBResourceTransactionException(java.lang.String reason,
java.lang.String errorCode)
- Create a new instance of
FBResourceTransactionException
with a given message and error code.
- Parameters:
reason
- The string message for this exceptionerrorCode
- The error code for this exception
FBResourceTransactionException
public FBResourceTransactionException(java.lang.String reason,
java.lang.Exception cause)
- Create a new instance of
FBResourceTransactionException
with a given message and sub-exception.
- Parameters:
reason
- The string message for this exceptioncause
- The underlying exception
FBResourceTransactionException
public FBResourceTransactionException(java.lang.String reason,
java.lang.String errorCode,
java.lang.Exception cause)
- Create a new instance of
FBResourceException
with a given message, error code and underlying exception.
- Parameters:
reason
- The string message for this exceptionerrorCode
- The error code for this exceptioncause
- The underlying exception
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.