public class JDOUserException extends JDOCanRetryException
failed, nested| Constructor and Description |
|---|
JDOUserException()
Constructs a new
JDOUserException without a detail message. |
JDOUserException(java.lang.String msg)
Constructs a new
JDOUserException with the specified detail message. |
JDOUserException(java.lang.String msg,
java.lang.Object failed)
Constructs a new
JDOUserException with the specified detail message
and failed object. |
JDOUserException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new
JDOUserException with the specified detail message
and nested Throwables. |
JDOUserException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOUserException with the specified detail message
and nested Throwables. |
JDOUserException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
Constructs a new
JDOUserException with the specified detail message,
nested Throwables, and failed object. |
JDOUserException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
Constructs a new
JDOUserException with the specified detail message,
nested Throwables, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringpublic JDOUserException()
JDOUserException without a detail message.public JDOUserException(java.lang.String msg)
JDOUserException with the specified detail message.msg - the detail message.public JDOUserException(java.lang.String msg,
java.lang.Throwable[] nested)
JDOUserException with the specified detail message
and nested Throwables.msg - the detail message.nested - the nested Throwable[].public JDOUserException(java.lang.String msg,
java.lang.Throwable nested)
JDOUserException with the specified detail message
and nested Throwables.msg - the detail message.nested - the nested Throwable.public JDOUserException(java.lang.String msg,
java.lang.Object failed)
JDOUserException with the specified detail message
and failed object.msg - the detail message.failed - the failed object.public JDOUserException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
JDOUserException with the specified detail message,
nested Throwables, and failed object.msg - the detail message.nested - the nested Throwable[].failed - the failed object.public JDOUserException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
JDOUserException with the specified detail message,
nested Throwables, and failed object.msg - the detail message.nested - the nested Throwable.failed - the failed object.