Class FBSQLException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

@Deprecated(since="6", forRemoval=true) public class FBSQLException extends SQLException
Deprecated, for removal: This API element is subject to removal in a future version.
Unused, will be removed in Jaybird 7
See Also:
  • Constructor Details

    • FBSQLException

      public FBSQLException(Exception ex)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • FBSQLException

      public FBSQLException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • FBSQLException

      public FBSQLException(String message, String sqlState)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      message - Exception message
      sqlState - SQL State for this exception. Replaced with SQLStateConstants.SQL_STATE_GENERAL_ERROR if null
  • Method Details

    • defaultSQLStateIfNull

      public static String defaultSQLStateIfNull(String sqlState)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      sqlState - SQL State value (or null)
      Returns:
      The passed sqlState or SQLStateConstants.SQL_STATE_GENERAL_ERROR if sqlState is null.