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
public class FBIncorrectXidException
- extends FBResourceException
This error is thrown when message read from the RDB$TRANSACTIONS table does
not represent a serialized Xid.
- See Also:
- Serialized Form
| Methods inherited from class javax.resource.ResourceException |
getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString |
FBIncorrectXidException
public FBIncorrectXidException(Exception original)
FBIncorrectXidException
public FBIncorrectXidException(String reason,
Exception original)
FBIncorrectXidException
public FBIncorrectXidException(String reason,
String errorCode)
FBIncorrectXidException
public FBIncorrectXidException(String reason)
Copyright © 2001-2010. All Rights Reserved.