Class Exceptions


  • public class Exceptions
    extends Object
    • Field Detail

      • NOT_SUPPORTED

        public static final SQLException NOT_SUPPORTED
      • NOT_IMPLEMENTED

        public static final SQLException NOT_IMPLEMENTED
      • NOT_ALLOWED_ON_PREP_STMT

        public static final SQLException NOT_ALLOWED_ON_PREP_STMT
      • INVALID_COMMAND_FOR_GENERATED_KEYS

        public static final SQLException INVALID_COMMAND_FOR_GENERATED_KEYS
      • NO_RESULT_SET_AVAILABLE

        public static final SQLException NO_RESULT_SET_AVAILABLE
      • NO_RESULT_COUNT_AVAILABLE

        public static final SQLException NO_RESULT_COUNT_AVAILABLE
      • ILLEGAL_ARGUMENT

        public static final SQLException ILLEGAL_ARGUMENT
      • CLOSED_STATEMENT

        public static final SQLException CLOSED_STATEMENT
      • CLOSED_RESULT_SET

        public static final SQLException CLOSED_RESULT_SET
      • CLOSED_CONNECTION

        public static final SQLException CLOSED_CONNECTION
      • INVALID_COLUMN_NAME

        public static final SQLException INVALID_COLUMN_NAME
      • COLUMN_INDEX_OUT_OF_BOUNDS

        public static final SQLException COLUMN_INDEX_OUT_OF_BOUNDS
      • ROW_INDEX_OUT_OF_BOUNDS

        public static final SQLException ROW_INDEX_OUT_OF_BOUNDS
      • PARAMETER_INDEX_OUT_OF_BOUNDS

        public static final SQLException PARAMETER_INDEX_OUT_OF_BOUNDS
      • SERVER_VERSION_NOT_SUPPORTED

        public static final SQLException SERVER_VERSION_NOT_SUPPORTED
      • UNWRAP_ERROR

        public static final SQLException UNWRAP_ERROR
      • CURSOR_NOT_SCROLLABLE

        public static final SQLException CURSOR_NOT_SCROLLABLE
      • RS_NOT_UPDATABLE

        public static final SQLException RS_NOT_UPDATABLE
    • Constructor Detail

      • Exceptions

        public Exceptions()