Fido Alpha 3.2

fido.db
Class ObjectNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fido.db.FidoException
                    |
                    +--fido.db.ObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundException
extends FidoException

An attempt to access a ClassObject or InstanceObject that does not exist in the database.

See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException(int id)
          Constructs an ObjectNotFoundException with a the object not found in the message.
ObjectNotFoundException(java.lang.String s)
          Constructs an ObjectNotFoundException with a detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String s)
Constructs an ObjectNotFoundException with a detail message.

Parameters:
s - the detail message

ObjectNotFoundException

public ObjectNotFoundException(int id)
Constructs an ObjectNotFoundException with a the object not found in the message.


Fido Alpha 3.2