ozone API

org.ozoneDB
Class ObjectNotFoundException

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

public class ObjectNotFoundException
extends OzoneRemoteException

This exception is thrown, if a database object, which is referenced by a proxy, cannot be found in the database.

Version:
$Revision: 1.2 $Date: 2002/10/13 11:18:07 $
Author:
SMB
See Also:
Serialized Form

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

ObjectNotFoundException

public ObjectNotFoundException()

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String message)

ObjectNotFoundException

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

ObjectNotFoundException

public ObjectNotFoundException(java.lang.Throwable cause)

ozone API

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