org.ozoneDB
Class ExceptionInOzoneObjectException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.ozoneDB.ExceptionInOzoneObjectException
- All Implemented Interfaces:
- java.io.Serializable
- public class ExceptionInOzoneObjectException
- extends java.lang.RuntimeException
- implements java.io.Serializable
represents an exception which was thrown within a method of an OzoneObject.
- Author:
- Medium.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExceptionInOzoneObjectException
public ExceptionInOzoneObjectException(java.lang.String message,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
originalPrintStackTrace
public void originalPrintStackTrace(java.io.PrintStream s)
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.