net.jinx.db
Class HierarchyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.jinx.db.HierarchyException
All Implemented Interfaces:
java.io.Serializable

public class HierarchyException
extends java.lang.RuntimeException

Thrown when an exception is thrown by a Hierarchy. This often wraps another exception and should only come from methods that are required to write to disk.

API Stability: Stable.

See Also:
Serialized Form

Constructor Summary
HierarchyException()
           
HierarchyException(java.lang.String message)
           
HierarchyException(java.lang.String message, java.lang.Throwable cause)
           
HierarchyException(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

HierarchyException

public HierarchyException()

HierarchyException

public HierarchyException(java.lang.String message)

HierarchyException

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

HierarchyException

public HierarchyException(java.lang.Throwable cause)