Package org.firebirdsql.jca
Class FBIncorrectXidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
org.firebirdsql.jca.FBResourceException
org.firebirdsql.jca.FBIncorrectXidException
- All Implemented Interfaces:
Serializable
This error is thrown when message read from the RDB$TRANSACTIONS table does
not represent a serialized Xid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFBIncorrectXidException(Exception original) FBIncorrectXidException(String reason) FBIncorrectXidException(String reason, Exception original) FBIncorrectXidException(String reason, String errorCode) -
Method Summary
Methods inherited from class org.firebirdsql.jca.FBResourceException
getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, setErrorCode, setLinkedExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
FBIncorrectXidException
-
FBIncorrectXidException
-
FBIncorrectXidException
-
FBIncorrectXidException
-