|
||||||||||
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
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
javax.jdo.JDONullIdentityException
public class JDONullIdentityException
An instance of this class is thrown when attempting to create an object id when the object id constructor parameter is null. This might occur when creating an object id instance from a transient instance where an identity field is null.
Constructor Summary | |
---|---|
JDONullIdentityException()
Constructs a new JDONullIdentityException without a detail message. |
|
JDONullIdentityException(java.lang.String msg)
Constructs a new JDONullIdentityException with the specified detail message. |
|
JDONullIdentityException(java.lang.String msg,
java.lang.Object failed)
Constructs a new JDONullIdentityException with the specified detail message
and failed object. |
|
JDONullIdentityException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new JDONullIdentityException with the specified detail message
and nested Throwable s. |
|
JDONullIdentityException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new JDONullIdentityException with the specified
detail message and nested Throwable s. |
Method Summary |
---|
Methods inherited from class javax.jdo.JDOException |
---|
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JDONullIdentityException()
JDONullIdentityException
without a detail message.
public JDONullIdentityException(java.lang.String msg)
JDONullIdentityException
with the specified detail message.
msg
- the detail message.public JDONullIdentityException(java.lang.String msg, java.lang.Object failed)
JDONullIdentityException
with the specified detail message
and failed object.
msg
- the detail message.failed
- the failed object.public JDONullIdentityException(java.lang.String msg, java.lang.Throwable[] nested)
JDONullIdentityException
with the specified
detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable[]
.public JDONullIdentityException(java.lang.String msg, java.lang.Throwable nested)
JDONullIdentityException
with the specified detail message
and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |