Package org.firebirdsql.jaybird.xca
Class FBIncorrectXidException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.firebirdsql.jaybird.xca.FBIncorrectXidException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class FBIncorrectXidException extends java.lang.ExceptionThis error is thrown when message read from the RDB$TRANSACTIONS table does not represent a serialized Xid.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FBIncorrectXidException(java.lang.String reason)FBIncorrectXidException(java.lang.String reason, java.lang.Throwable cause)
 
-