|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.support.JDOException
com.sun.jdo.api.persistence.support.JDOCanRetryException
com.sun.jdo.api.persistence.support.JDODataStoreException
com.sun.jdo.api.persistence.support.JDOObjectNotFoundException
public class JDOObjectNotFoundException
JDOObjectNotFoundException is thrown instead of a more generic JDODataStoreException in case an internal or an external query returned 0 rows.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class com.sun.jdo.api.persistence.support.JDOException |
|---|
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||