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
Methods inherited from class javax.resource.ResourceException |
getErrorCode, getLinkedException, 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)
FBResourceTransactionException
public FBResourceTransactionException(java.lang.String reason,
java.lang.String errorCode)
FBResourceTransactionException
public FBResourceTransactionException(java.lang.String reason,
java.lang.Exception cause)
FBResourceTransactionException
public FBResourceTransactionException(java.lang.String reason,
java.lang.String errorCode,
java.lang.Exception cause)
Copyright © 2001 David Jencks and other authors. All rights reserved.