public class JDONullIdentityException extends JDOUserException
failed, nested
Constructor and Description |
---|
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. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
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
.