Class InterruptDetectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.derby.iapi.error.StandardException
org.apache.derby.iapi.util.InterruptDetectedException
- All Implemented Interfaces:
Serializable
An exception used to pass a specific "error code" through
various layers of software.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class StandardException
StandardException.BadMessageArgumentException -
Field Summary
Fields inherited from class StandardException
REPORT_ALWAYS, REPORT_DEFAULT, REPORT_NEVER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StandardException
closeException, getArgumentFerry, getArguments, getErrorCode, getErrorProperty, getMessage, getMessageId, getNextException, getSeverity, getSeverityFromIdentifier, getSQLState, getSQLStateFromIdentifier, interrupt, isLockTimeout, isLockTimeoutOrDeadlock, isSelfDeadlock, newException, newException, newException, newException, newPreLocalizedException, newWarning, normalClose, plainWrapException, report, setReport, setSeverity, toString, unexpectedUserExceptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InterruptDetectedException
public InterruptDetectedException()
-