org.apache.openjpa.util
Class ObjectNotFoundException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.apache.openjpa.util.OpenJPAException
org.apache.openjpa.util.OpenJPAException
                   org.apache.openjpa.util.StoreException
org.apache.openjpa.util.StoreException
                       org.apache.openjpa.util.ObjectNotFoundException
org.apache.openjpa.util.ObjectNotFoundException
- All Implemented Interfaces: 
- Serializable, ExceptionInfo
- public class ObjectNotFoundException 
- extends StoreException
Exception type reserved for failed object lookups.
- Author:
- Abe White
- See Also:
- Serialized Form
 
 
 
 
| Method Summary | 
|  int | getSubtype()Exception subtype.
 | 
 
 
| Methods inherited from class org.apache.openjpa.util.OpenJPAException | 
| getCause, getFailedObject, getNestedThrowables, isFatal, printStackTrace, printStackTrace, printStackTrace, setCause, setFailedObject, setFatal, setNestedThrowables, toString | 
 
 
 
 
ObjectNotFoundException
public ObjectNotFoundException(Localizer.Message msg)
ObjectNotFoundException
public ObjectNotFoundException(Object failed)
ObjectNotFoundException
public ObjectNotFoundException(Collection failed,
                               Throwable[] nested)
getSubtype
public int getSubtype()
- Description copied from class: OpenJPAException
- Exception subtype.
 
- 
- Specified by:
- getSubtypein interface- ExceptionInfo
- Overrides:
- getSubtypein class- OpenJPAException
 
- 
 
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.