manager
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by manager.ObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundException
extends java.lang.Exception

Similarly to ObjectDeletedException this exception is generally thrown when there is a mismatch between operations being performed in the local JVM and the canonical picture of the federation held in the local database. (In other words, you've tried to do some federation-wide operation on an object not registered with the federation.)

Author:
Rob Minson
See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException()
           
 
Method Summary
 
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()