ExceptionSeverity
public interface ExceptionSeverity
SQLException
Modifier and Type | Field | Description |
---|---|---|
static int |
DATABASE_SEVERITY |
DATABASE_SEVERITY is associated with errors which
cause the current database to be closed.
|
static int |
NO_APPLICABLE_SEVERITY |
NO_APPLICABLE_SEVERITY occurs only when the system was
unable to determine the severity.
|
static int |
SESSION_SEVERITY |
SESSION_SEVERITY is associated with errors which
cause the current connection to be closed.
|
static int |
STATEMENT_SEVERITY |
STATEMENT_SEVERITY is associated with errors which
cause only the current statement to be aborted.
|
static int |
SYSTEM_SEVERITY |
SYSTEM_SEVERITY is associated with internal errors which
cause the system to shut down.
|
static int |
TRANSACTION_SEVERITY |
TRANSACTION_SEVERITY is associated with those errors which
cause the current transaction to be aborted.
|
static int |
WARNING_SEVERITY |
WARNING_SEVERITY is associated with SQLWarnings.
|
static final int NO_APPLICABLE_SEVERITY
static final int WARNING_SEVERITY
static final int STATEMENT_SEVERITY
static final int TRANSACTION_SEVERITY
static final int SESSION_SEVERITY
static final int DATABASE_SEVERITY
static final int SYSTEM_SEVERITY
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.