ozone API

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

Constructor Summary
ExceptionInOzoneObjectException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void originalPrintStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintStream s)
           
 
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
 

Constructor Detail

ExceptionInOzoneObjectException

public ExceptionInOzoneObjectException(java.lang.String message,
                                       java.lang.Throwable cause)
Method Detail

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)

ozone API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.