public class JDONullIdentityException extends JDOUserException
| Constructor and Description |
|---|
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 Throwables. |
JDONullIdentityException(String msg,
Throwable[] nested)
Constructs a new
JDONullIdentityException with the specified
detail message and nested Throwables. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTracepublic JDONullIdentityException()
JDONullIdentityException without a detail message.public JDONullIdentityException(String msg)
JDONullIdentityException with the specified detail message.msg - the detail message.public JDONullIdentityException(String msg, Object failed)
JDONullIdentityException with the specified detail message
and failed object.msg - the detail message.failed - the failed object.public JDONullIdentityException(String msg, Throwable[] nested)
JDONullIdentityException with the specified
detail message and nested Throwables.msg - the detail message.nested - the nested Throwable[].Copyright © 2005–1970 Apache Software Foundation. All rights reserved.