| Home >> All >> org >> apache >> derby >> iapi >> [ error Javadoc ] |
org.apache.derby.iapi.error: Javadoc index of package org.apache.derby.iapi.error.
Package Samples:
org.apache.derby.iapi.error
Classes:
StandardException: 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. TransactionException) which is a sub-class A method in an iterface in a protocol under com.ibm.db2j.protocol.Database must only throw a StandardException (if it needs to throw an exception). This indicates that the method can throw an exception and therefore its caller must ensure that any resources it allocates will be cleaned up in the event of an exception in the ...
PublicAPI: Class that wraps StandardExceptions in a SQLException. This is used to make any public API methods always throw SQLException rather than a random collection. This wrapping is also special cased by TypeStatementException to avoid double wrapping of some errors. This will get cleaned up in main.
ExceptionSeverity: Severity constants for SQLExceptions. These constants are used in the ErrorCode available on a SQLException to provide information about the severity of the error.
PassThroughException
| Home | Contact Us | Privacy Policy | Terms of Service |