org.apache.derby.impl.store.raw.data
Class NoSpaceOnPage

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.derby.iapi.error.StandardException
              extended by 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
private  boolean onOverflowPage
           
 
Fields inherited from class org.apache.derby.iapi.error.StandardException
REPORT_ALWAYS, REPORT_DEFAULT, REPORT_NEVER
 
Constructor Summary
protected NoSpaceOnPage(boolean onOverflowPage)
           
 
Method Summary
protected  boolean onOverflowPage()
           
 
Methods inherited from class org.apache.derby.iapi.error.StandardException
closeException, getArgumentFerry, getArguments, getErrorCode, getErrorProperty, getMessage, getMessageId, getSeverity, getSeverityFromIdentifier, getSQLState, getSQLStateFromIdentifier, interrupt, newException, newException, newException, 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, setReport, setSeverity, toString, unexpectedUserException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

onOverflowPage

private final boolean onOverflowPage
Constructor Detail

NoSpaceOnPage

protected NoSpaceOnPage(boolean onOverflowPage)
Method Detail

onOverflowPage

protected boolean onOverflowPage()

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.