Class FailFastSQLException

All Implemented Interfaces:
Serializable, Iterable<Throwable>
Direct Known Subclasses:
TerminalSQLException

public class FailFastSQLException extends SQLException
An exception that is generated to enforce the fail-fast state.
Author:
AO Industries, Inc.
See Also:
  • Constructor Details

    • FailFastSQLException

      public FailFastSQLException(String reason, String sqlState)
      Creates an exception to enforce the fail-fast state.
    • FailFastSQLException

      @Deprecated(forRemoval=false) public FailFastSQLException(String reason)
      Deprecated.
      Creates an exception to enforce the fail-fast state.
    • FailFastSQLException

      public FailFastSQLException(Throwable cause)
      Creates an exception to enforce the fail-fast state.
    • FailFastSQLException

      public FailFastSQLException(String reason, String sqlState, int vendorCode, Throwable cause)
      Creates an exception to enforce the fail-fast state.