public class JDOObjectNotFoundException extends JDODataStoreException
| Constructor and Description |
|---|
JDOObjectNotFoundException()
Constructs a new
JDOObjectNotFoundException without a detail message. |
JDOObjectNotFoundException(String msg)
Constructs a new
JDOObjectNotFoundException
with the specified detail message. |
JDOObjectNotFoundException(String msg,
Object failed)
Constructs a new
JDOObjectNotFoundException with the specified detail message
and failed object. |
JDOObjectNotFoundException(String msg,
Throwable nested)
Constructs a new
JDOObjectNotFoundException with the
specified detail message and nested Throwables. |
JDOObjectNotFoundException(String msg,
Throwable[] nested)
Constructs a new
JDOObjectNotFoundException with the
specified detail message and nested Throwables. |
JDOObjectNotFoundException(String msg,
Throwable[] nested,
Object failed)
Constructs a new
JDOObjectNotFoundException with the specified
detail message, nested Throwables, and failed object. |
JDOObjectNotFoundException(String msg,
Throwable nested,
Object failed)
Constructs a new
JDOFatalInternalException with the specified
detail message, nested Throwables, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTracepublic JDOObjectNotFoundException()
JDOObjectNotFoundException without a detail message.public JDOObjectNotFoundException(String msg)
JDOObjectNotFoundException
with the specified detail message.msg - the detail message.public JDOObjectNotFoundException(String msg, Object failed)
JDOObjectNotFoundException with the specified detail message
and failed object.msg - the detail message.failed - the failed object.public JDOObjectNotFoundException(String msg, Throwable nested)
JDOObjectNotFoundException with the
specified detail message and nested Throwables.msg - the detail message.nested - the nested Throwable.public JDOObjectNotFoundException(String msg, Throwable[] nested)
JDOObjectNotFoundException with the
specified detail message and nested Throwables.msg - the detail message.nested - the nested Throwable[].public JDOObjectNotFoundException(String msg, Throwable[] nested, 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(String msg, Throwable nested, 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.Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.