public class JDOObjectNotFoundException extends JDODataStoreException
failed, nested| Constructor and Description |
|---|
JDOObjectNotFoundException()
Constructs a new
JDOObjectNotFoundException
without a detail message. |
JDOObjectNotFoundException(java.lang.String msg)
Constructs a new
JDOObjectNotFoundException
with the specified detail message. |
JDOObjectNotFoundException(java.lang.String msg,
java.lang.Object failed)
Constructs a new
JDOObjectNotFoundException with the specified detail message
and failed object. |
JDOObjectNotFoundException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new
JDOObjectNotFoundException with the
specified detail message and nested Throwables. |
JDOObjectNotFoundException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOObjectNotFoundException with the
specified detail message and nested Throwables. |
JDOObjectNotFoundException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
Constructs a new
JDOObjectNotFoundException with the specified
detail message, nested Throwables, and failed object. |
JDOObjectNotFoundException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
Constructs a new
JDOFatalInternalException with the specified
detail message, nested Throwables, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringpublic JDOObjectNotFoundException()
JDOObjectNotFoundException
without a detail message.public JDOObjectNotFoundException(java.lang.String msg)
JDOObjectNotFoundException
with the specified detail message.msg - the detail message.public JDOObjectNotFoundException(java.lang.String msg,
java.lang.Object failed)
JDOObjectNotFoundException with the specified detail message
and failed object.msg - the detail message.failed - the failed object.public JDOObjectNotFoundException(java.lang.String msg,
java.lang.Throwable nested)
JDOObjectNotFoundException with the
specified detail message and nested Throwables.msg - the detail message.nested - the nested Throwable.public JDOObjectNotFoundException(java.lang.String msg,
java.lang.Throwable[] nested)
JDOObjectNotFoundException with the
specified detail message and nested Throwables.msg - the detail message.nested - the nested Throwable[].public JDOObjectNotFoundException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
JDOObjectNotFoundException with the specified
detail message, nested Throwables, and failed object.msg - the detail message.nested - the nested Throwable[].failed - the failed object.public JDOObjectNotFoundException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
JDOFatalInternalException with the specified
detail message, nested Throwables, and failed object.msg - the detail message.nested - the nested Throwable.failed - the failed object.