|
||||||||||
| 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
org.jpox.exceptions.JPOXException
org.jpox.exceptions.JPOXObjectNotFoundException
public class JPOXObjectNotFoundException
Exception thrown by JPOX when an object doesnt exist in the datastore.
| Constructor Summary | |
|---|---|
JPOXObjectNotFoundException()
Constructs a new exception without a detail message. |
|
JPOXObjectNotFoundException(java.lang.String msg)
Constructs a new exception with the specified detail message. |
|
JPOXObjectNotFoundException(java.lang.String msg,
java.lang.Object failed)
Constructs a new exception with the specified detail message and failed object. |
|
JPOXObjectNotFoundException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new exception with the specified detail message and nested Throwables. |
|
| Method Summary |
|---|
| Methods inherited from class org.jpox.exceptions.JPOXException |
|---|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JPOXObjectNotFoundException()
public JPOXObjectNotFoundException(java.lang.String msg)
msg - the detail message.
public JPOXObjectNotFoundException(java.lang.String msg,
java.lang.Throwable[] nested)
Throwables.
msg - the detail message.nested - the nested Throwable[].
public JPOXObjectNotFoundException(java.lang.String msg,
java.lang.Object failed)
msg - the detail message.failed - the failed object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||