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 Throwables. |
JDONullIdentityException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDONullIdentityException with the specified
detail message and nested Throwables. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringpublic 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 Throwables.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 Throwables.msg - the detail message.nested - the nested Throwable.