Class FBDriverConsistencyCheckException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class FBDriverConsistencyCheckException extends FBSQLException
Internal driver consistency check failed. This exception is thrown when some internal consistency check fails.
Author:
Roman Rokytskyy
See Also:
  • Constructor Details

    • FBDriverConsistencyCheckException

      public FBDriverConsistencyCheckException(String message)
      Create instance of this exception for the specified message.
      Parameters:
      message - message to display.