org.apache.derby.iapi.error |
|
Java Source File Name | Type | Comment |
ExceptionSeverity.java | Interface | This is a refactoring wrapper around the common ExceptionSeverity class
and may be removed at some point in the future. |
PassThroughException.java | Class | |
PublicAPI.java | Class | Class that wraps StandardExceptions in a SQLException. |
StandardException.java | Class | StandardException is the root of all exceptions that are handled
in a standard fashion by the database code, mainly in the language code.
This class is abstract to ensure that an implementation only throws
a specific exception (e.g. |