com.ashridgetech.prevdb.client
Class ObjectNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--com.ashridgetech.prevdb.client.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException
extends IllegalArgumentException

An exception indicating an object could not be found

Version:
1.0
Author:
paulb
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ObjectNotFoundException(Class persistentClass, Object oid)
          Construct a ObjectNotFoundException.
 
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(Class persistentClass,
                               Object oid)
Construct a ObjectNotFoundException.

Parameters:
persistentClass - the class of the object that could not be found
oid - the oid that could not be found


Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.