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 Throwable s. |
JDOObjectNotFoundException(String msg,
Throwable[] nested)
Constructs a new
JDOObjectNotFoundException with the
specified detail message and nested Throwable s. |
JDOObjectNotFoundException(String msg,
Throwable[] nested,
Object failed)
Constructs a new
JDOObjectNotFoundException with the specified
detail message, nested Throwable s, and failed object. |
JDOObjectNotFoundException(String msg,
Throwable nested,
Object failed)
Constructs a new
JDOFatalInternalException with the specified
detail message, nested Throwable s, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
public 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 Throwable
s.msg
- the detail message.nested
- the nested Throwable
.public JDOObjectNotFoundException(String msg, Throwable[] nested)
JDOObjectNotFoundException
with the
specified detail message and nested Throwable
s.msg
- the detail message.nested
- the nested Throwable[]
.public JDOObjectNotFoundException(String msg, Throwable[] nested, Object failed)
JDOObjectNotFoundException
with the specified
detail message, nested Throwable
s, 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 Throwable
s, and failed object.msg
- the detail message.nested
- the nested Throwable
.failed
- the failed object.Copyright © 2005–1970 Apache Software Foundation. All rights reserved.