Field Summary |
|
final public static int | DATABASE_SEVERITY DATABASE_SEVERITY is associated with errors which
cause the current database to be closed. |
final public static int | NO_APPLICABLE_SEVERITY NO_APPLICABLE_SEVERITY occurs only when the system was
unable to determine the severity. |
final public static int | SESSION_SEVERITY SESSION_SEVERITY is associated with errors which
cause the current connection to be closed. |
final public static int | STATEMENT_SEVERITY STATEMENT_SEVERITY is associated with errors which
cause only the current statement to be aborted. |
final public static int | SYSTEM_SEVERITY SYSTEM_SEVERITY is associated with internal errors which
cause the system to shut down. |
final public static int | TRANSACTION_SEVERITY TRANSACTION_SEVERITY is associated with those errors which
cause the current transaction to be aborted. |
final public static int | WARNING_SEVERITY WARNING_SEVERITY is associated with SQLWarnings. |