Class FBIncorrectXidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.firebirdsql.jaybird.xca.FBIncorrectXidException
All Implemented Interfaces:
Serializable

public class FBIncorrectXidException extends Exception
This error is thrown when message read from the RDB$TRANSACTIONS table does not represent a serialized Xid.
See Also:
  • Constructor Details

    • FBIncorrectXidException

      public FBIncorrectXidException(String reason)
    • FBIncorrectXidException

      public FBIncorrectXidException(String reason, Throwable cause)