org.apache.openjpa.util
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.openjpa.util.OpenJPAException
org.apache.openjpa.util.StoreException
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:
getSubtype
in interface ExceptionInfo
- Overrides:
getSubtype
in class OpenJPAException
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.