net.jinx.db
Class HierarchyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)