JDONullIdentityException
java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ javax.jdo.JDOException ∟ javax.jdo.JDOCanRetryException ∟ javax.jdo.JDOUserException ∟ javax.jdo.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.
- Since:
- JDO 2.0
Public Constructors
- Since:
- JDO 2.0
JDONullIdentityException(String msg)
- Parameters:
msg
- the detail message.
- Since:
- JDO 2.0
JDONullIdentityException(String msg, Object failed)
- Parameters:
msg
- the detail message.failed
- the failed object.
- Since:
- JDO 2.0
JDONullIdentityException(String msg, Throwable nested)
- Parameters:
msg
- the detail message.nested
- the nestedThrowable
.
- Since:
- JDO 2.0
JDONullIdentityException(String msg, Throwable[] nested)
- Parameters:
msg
- the detail message.nested
- the nestedThrowable[]
.
- Since:
- JDO 2.0
Method inherited from class javax.jdo.JDOException
getCause
, getFailedObject
, getNestedExceptions
, initCause
, printStackTrace
, printStackTrace
, printStackTrace
, toString
Method inherited from class java.lang.Throwable
addSuppressed
, fillInStackTrace
, getCause
, getLocalizedMessage
, getMessage
, getStackTrace
, getSuppressed
, initCause
, printStackTrace
, printStackTrace
, printStackTrace
, setStackTrace
, toString