org.neodatis.btree.exception
Class BTreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.neodatis.btree.exception.BTreeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicatedKeyException

public class BTreeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
BTreeException()
           
BTreeException(java.lang.String message)
           
BTreeException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BTreeException

public BTreeException()

BTreeException

public BTreeException(java.lang.String message,
                      java.lang.Throwable cause)

BTreeException

public BTreeException(java.lang.String message)