Class NoSpaceOnPage
- 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 StandardException
An exception used to pass a specfic "error code" through various layers of software.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.derby.iapi.error.StandardException
StandardException.BadMessageArgumentException
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
onOverflowPage
-
Fields inherited from class org.apache.derby.iapi.error.StandardException
REPORT_ALWAYS, REPORT_DEFAULT, REPORT_NEVER
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NoSpaceOnPage(boolean onOverflowPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
onOverflowPage()
-
Methods inherited from class org.apache.derby.iapi.error.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, unexpectedUserException
-
-