Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.sessions.entitymanager
Class ObjectNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.toplink.sessions.entitymanager.ObjectNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundException
extends java.lang.RuntimeException
See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException()
           
ObjectNotFoundException(java.lang.String 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ObjectNotFoundException

public ObjectNotFoundException()

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String message)

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.