public class JDOObjectNotFoundException extends JDODataStoreException
| Constructor and Description |
|---|
JDOObjectNotFoundException()
Creates a new
JDOObjectNotFoundException without detail message. |
JDOObjectNotFoundException(String msg)
Constructs a new
JDOObjectNotFoundException with the specified
detail message. |
JDOObjectNotFoundException(String msg,
Exception nested)
Constructs a new
JDOObjectNotFoundException with the specified
detail message and nested Exception. |
JDOObjectNotFoundException(String msg,
Exception nested,
Object[] failed)
Constructs a new
JDOObjectNotFoundException with the specified
detail message, nested exception, and failed object array. |
JDOObjectNotFoundException(String msg,
Object[] failed)
Constructs a new
JDOObjectNotFoundException with the specified
detail message and failed object array. |
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic JDOObjectNotFoundException()
JDOObjectNotFoundException without detail message.public JDOObjectNotFoundException(String msg)
JDOObjectNotFoundException with the specified
detail message.msg - the detail message.public JDOObjectNotFoundException(String msg, Exception nested)
JDOObjectNotFoundException with the specified
detail message and nested Exception.msg - the detail message.nested - the nested Exception.public JDOObjectNotFoundException(String msg, Object[] failed)
JDOObjectNotFoundException with the specified
detail message and failed object array.msg - the detail message.failed - the failed object array.public JDOObjectNotFoundException(String msg, Exception nested, Object[] failed)
JDOObjectNotFoundException with the specified
detail message, nested exception, and failed object array.msg - the detail message.nested - the nested Exception.failed - the failed object array.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.