|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ error overview ] | PREV NEXT | ||||||||
A
- arguments - Variable in class org.apache.derby.iapi.error.StandardException
C
- closeException() - Static method in class org.apache.derby.iapi.error.StandardException
- A special exception to close a session.
D
- DATABASE_SEVERITY - Static variable in interface org.apache.derby.iapi.error.ExceptionSeverity
- DATABASE_SEVERITY is associated with errors which cause the current database to be closed.
E
- ExceptionSeverity - interface org.apache.derby.iapi.error.ExceptionSeverity.
- Severity constants for SQLExceptions.
- errorClose(Throwable) - Static method in class org.apache.derby.iapi.error.StandardException
G
- getArguments() - Method in class org.apache.derby.iapi.error.StandardException
- Returns the arguments for this exception, if there are any.
- getErrorCode() - Method in class org.apache.derby.iapi.error.StandardException
- getErrorProperty(String) - Method in class org.apache.derby.iapi.error.StandardException
- Get the error code for an error given a type.
- getErrorProperty(String, String) - Static method in class org.apache.derby.iapi.error.StandardException
- getException() - Method in class org.apache.derby.iapi.error.PassThroughException
- getMessage() - Method in class org.apache.derby.iapi.error.StandardException
- The message stored in the super class Throwable must be set up object creation.
- getMessageId() - Method in class org.apache.derby.iapi.error.StandardException
- Return the message identifier that is used to look up the error message text in the messages.properties file.
- getNestedException() - Method in class org.apache.derby.iapi.error.StandardException
- Returns the nested exception for this exception, if there is one.
- getSQLState() - Method in class org.apache.derby.iapi.error.StandardException
- Return the 5 character SQL State.
- getSQLStateFromIdentifier(String) - Static method in class org.apache.derby.iapi.error.StandardException
- Convert a message identifer from org.apache.derby.iapi.reference.SQLState to a SQLState five character string.
- getSeverity() - Method in class org.apache.derby.iapi.error.StandardException
- getSeverityFromIdentifier(String) - Static method in class org.apache.derby.iapi.error.StandardException
- Get the severity given a message identifier from org.apache.derby.iapi.reference.SQLState.
I
- interrupt(InterruptedException) - Static method in class org.apache.derby.iapi.error.StandardException
N
- NO_APPLICABLE_SEVERITY - Static variable in interface org.apache.derby.iapi.error.ExceptionSeverity
- NO_APPLICABLE_SEVERITY occurs only when the system was unable to determine the severity.
- nested - Variable in class org.apache.derby.iapi.error.PassThroughException
- nestedException - Variable in class org.apache.derby.iapi.error.StandardException
- newException(String) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Throwable) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Throwable, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Throwable, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Throwable, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Throwable, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Object, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Throwable, Object, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Throwable, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Throwable, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newException(String, Throwable, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newPreLocalizedException(String, Throwable, String) - Static method in class org.apache.derby.iapi.error.StandardException
- Creates a new StandardException using message text that has already been localized.
- newWarning(String) - Static method in class org.apache.derby.iapi.error.StandardException
- newWarning(String, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newWarning(String, Object, Object) - Static method in class org.apache.derby.iapi.error.StandardException
- newWarningCommon(String, Object[]) - Static method in class org.apache.derby.iapi.error.StandardException
- normalClose() - Static method in class org.apache.derby.iapi.error.StandardException
O
- org.apache.derby.iapi.error - package org.apache.derby.iapi.error
P
- PassThroughException - exception org.apache.derby.iapi.error.PassThroughException.
- PassThroughException(Exception) - Constructor for class org.apache.derby.iapi.error.PassThroughException
- PublicAPI - class org.apache.derby.iapi.error.PublicAPI.
- Class that wraps StandardExceptions in a SQLException.
- PublicAPI() - Constructor for class org.apache.derby.iapi.error.PublicAPI
- plainWrapException(Throwable) - Static method in class org.apache.derby.iapi.error.StandardException
- Similar to unexpectedUserException but makes no assumtion about when the execption is being called.
R
- REPORT_ALWAYS - Static variable in class org.apache.derby.iapi.error.StandardException
- REPORT_DEFAULT - Static variable in class org.apache.derby.iapi.error.StandardException
- REPORT_NEVER - Static variable in class org.apache.derby.iapi.error.StandardException
- report - Variable in class org.apache.derby.iapi.error.StandardException
- report() - Method in class org.apache.derby.iapi.error.StandardException
- Yes, report me.
S
- SESSION_SEVERITY - Static variable in interface org.apache.derby.iapi.error.ExceptionSeverity
- SESSION_SEVERITY is associated with errors which cause the current connection to be closed.
- STATEMENT_SEVERITY - Static variable in interface org.apache.derby.iapi.error.ExceptionSeverity
- STATEMENT_SEVERITY is associated with errors which cause only the current statement to be aborted.
- SYSTEM_SEVERITY - Static variable in interface org.apache.derby.iapi.error.ExceptionSeverity
- SYSTEM_SEVERITY is associated with internal errors which cause the system to shut down.
- StandardException - exception org.apache.derby.iapi.error.StandardException.
- StandardException is the root of all exceptions that are handled in a standard fashion by the database code, mainly in the language code.
- StandardException(String) - Constructor for class org.apache.derby.iapi.error.StandardException
- StandardException(String, Object[]) - Constructor for class org.apache.derby.iapi.error.StandardException
- StandardException(String, Throwable, Object[]) - Constructor for class org.apache.derby.iapi.error.StandardException
- StandardException(String, String) - Constructor for class org.apache.derby.iapi.error.StandardException
- This constructor is used when we already have the message text.
- setArguments(Object[]) - Method in class org.apache.derby.iapi.error.StandardException
- Sets the arguments for this exception.
- setNestedException(Throwable) - Method in class org.apache.derby.iapi.error.StandardException
- Sets the nested exception for this exception.
- setReport(int) - Method in class org.apache.derby.iapi.error.StandardException
- Set my report type.
- setSeverity(int) - Method in class org.apache.derby.iapi.error.StandardException
- severity - Variable in class org.apache.derby.iapi.error.StandardException
- sqlState - Variable in class org.apache.derby.iapi.error.StandardException
T
- TRANSACTION_SEVERITY - Static variable in interface org.apache.derby.iapi.error.ExceptionSeverity
- TRANSACTION_SEVERITY is associated with those errors which cause the current transaction to be aborted.
- textMessage - Variable in class org.apache.derby.iapi.error.StandardException
- toString() - Method in class org.apache.derby.iapi.error.StandardException
- Don't print the class name in the toString() method.
U
- unexpectedUserException(Throwable) - Static method in class org.apache.derby.iapi.error.StandardException
W
- WARNING_SEVERITY - Static variable in interface org.apache.derby.iapi.error.ExceptionSeverity
- WARNING_SEVERITY is associated with SQLWarnings.
- wrapStandardException(StandardException) - Static method in class org.apache.derby.iapi.error.PublicAPI
- Generates a SQLException for signalling that the operation failed due to a database error.
A C D E G I N O P R S T U W
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ error overview ] | PREV NEXT | ||||||||