Class JDOObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDODataStoreException
javax.jdo.JDOObjectNotFoundException
- All Implemented Interfaces:
Serializable
This class represents exceptions caused by the user accessing
an object that does not exist in the datastore.
- Since:
- 1.0.1
- Version:
- 1.0.1
- See Also:
-
Field Summary
Fields inherited from class JDOException
failed, nested -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newJDOObjectNotFoundExceptionwithout a detail message.Constructs a newJDOObjectNotFoundExceptionwith the specified detail message.JDOObjectNotFoundException(String msg, Object failed) Constructs a newJDOObjectNotFoundExceptionwith the specified detail message and failed object.JDOObjectNotFoundException(String msg, Throwable nested) Constructs a newJDOObjectNotFoundExceptionwith the specified detail message and nestedThrowables.JDOObjectNotFoundException(String msg, Throwable[] nested) Constructs a newJDOObjectNotFoundExceptionwith the specified detail message and nestedThrowables.JDOObjectNotFoundException(String msg, Throwable[] nested, Object failed) Constructs a newJDOObjectNotFoundExceptionwith the specified detail message, nestedThrowables, and failed object.JDOObjectNotFoundException(String msg, Throwable nested, Object failed) Constructs a newJDOFatalInternalExceptionwith the specified detail message, nestedThrowables, and failed object. -
Method Summary
Methods inherited from class JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
-
Constructor Details
-
JDOObjectNotFoundException
public JDOObjectNotFoundException()Constructs a newJDOObjectNotFoundExceptionwithout a detail message. -
JDOObjectNotFoundException
Constructs a newJDOObjectNotFoundExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
JDOObjectNotFoundException
-
JDOObjectNotFoundException
-
JDOObjectNotFoundException
-
JDOObjectNotFoundException
-
JDOObjectNotFoundException
-