javax.jdo
Class JDONullIdentityException
java.lang.RuntimeException
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.
JDONullIdentityException() - Constructs a new
JDONullIdentityException without a detail message.
|
JDONullIdentityException(String msg) - Constructs a new
JDONullIdentityException with the specified detail message.
|
JDONullIdentityException(String msg, Object failed) - Constructs a new
JDONullIdentityException with the specified detail message
and failed object.
|
JDONullIdentityException(String msg, Throwable nested) - Constructs a new
JDONullIdentityException with the specified detail message
and nested Throwable s.
|
JDONullIdentityException(String msg, Throwable[] nested) - Constructs a new
JDONullIdentityException with the specified
detail message and nested Throwable s.
|
JDONullIdentityException
public JDONullIdentityException()
Constructs a new JDONullIdentityException
without a detail message.
JDONullIdentityException
public JDONullIdentityException(String msg)
Constructs a new JDONullIdentityException
with the specified detail message.
msg
- the detail message.
JDONullIdentityException
public JDONullIdentityException(String msg,
Object failed)
Constructs a new JDONullIdentityException
with the specified detail message
and failed object.
msg
- the detail message.failed
- the failed object.
JDONullIdentityException
public JDONullIdentityException(String msg,
Throwable nested)
Constructs a new JDONullIdentityException
with the specified detail message
and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable
.
JDONullIdentityException
public JDONullIdentityException(String msg,
Throwable[] nested)
Constructs a new JDONullIdentityException
with the specified
detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable[]
.