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 Throwable s. |
JDONullIdentityException(String msg,
Throwable[] nested)
Constructs a new
JDONullIdentityException with the specified
detail message and nested Throwable s. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
public 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 Throwable
s.msg
- the detail message.nested
- the nested Throwable[]
.Copyright © 2005–1970 Apache Software Foundation. All rights reserved.