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 Throwable s. |
JDOUserException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOUserException with the specified detail message
and nested Throwable s. |
JDOUserException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
Constructs a new
JDOUserException with the specified detail message,
nested Throwable s, 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 Throwable s, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
public 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 Throwable
s.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 Throwable
s.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 Throwable
s, 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 Throwable
s, and failed object.msg
- the detail message.nested
- the nested Throwable
.failed
- the failed object.