btree
Class ConstructPageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bychainexception.ChainException
              extended bybtree.ConstructPageException
All Implemented Interfaces:
java.io.Serializable

public class ConstructPageException
extends ChainException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class chainexception.ChainException
prev
 
Constructor Summary
ConstructPageException()
           
ConstructPageException(java.lang.Exception e, java.lang.String s)
           
ConstructPageException(java.lang.String s)
           
 
Methods inherited from class chainexception.ChainException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructPageException

public ConstructPageException()

ConstructPageException

public ConstructPageException(java.lang.String s)

ConstructPageException

public ConstructPageException(java.lang.Exception e,
                              java.lang.String s)