ozone API

org.ozoneDB
Class OzoneObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.ozoneDB.OzoneObjectException
All Implemented Interfaces:
java.io.Serializable

public class OzoneObjectException
extends java.lang.RuntimeException
implements java.io.Serializable

represents an exception which was thrown within a method of an OzoneObject.

Author:
Medium.net, Per Nyfelt
See Also:
Serialized Form

Constructor Summary
OzoneObjectException(java.lang.String message, java.lang.Throwable cause)
           
OzoneObjectException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OzoneObjectException

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

OzoneObjectException

public OzoneObjectException(java.lang.Throwable cause)

ozone API

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