java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.derby.iapi.error.StandardException
org.apache.derby.impl.store.raw.data.NoSpaceOnPage
- All Implemented Interfaces:
- java.io.Serializable
- class NoSpaceOnPage
- extends org.apache.derby.iapi.error.StandardException
An exception used to pass a specfic "error code" through
various layers of software.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
|
Constructor Summary |
protected |
NoSpaceOnPage(boolean onOverflowPage)
|
| Methods inherited from class org.apache.derby.iapi.error.StandardException |
closeException, errorClose, getArguments, getErrorCode, getErrorProperty, getMessage, getMessageId, getNestedException, getSeverity, getSeverityFromIdentifier, getSQLState, getSQLStateFromIdentifier, interrupt, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newPreLocalizedException, newWarning, newWarning, newWarning, normalClose, plainWrapException, report, setNestedException, setReport, setSeverity, toString, unexpectedUserException |
onOverflowPage
private final boolean onOverflowPage
NoSpaceOnPage
protected NoSpaceOnPage(boolean onOverflowPage)
onOverflowPage
protected boolean onOverflowPage()