ozone API

org.ozoneDB
Class ObjectNotFoundExc

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ozoneDB.OzoneRemoteExc
                    |
                    +--org.ozoneDB.ObjectNotFoundExc
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundExc
extends OzoneRemoteExc

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

Version:
$Revision: 1.1 $Date: 2001/12/18 10:31:30 $
Author:
SMB
See Also:
Serialized Form

Constructor Summary
ObjectNotFoundExc()
           
ObjectNotFoundExc(java.lang.String s)
           
 
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

ObjectNotFoundExc

public ObjectNotFoundExc()

ObjectNotFoundExc

public ObjectNotFoundExc(java.lang.String s)

ozone API

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