public class JDOUserCallbackException extends JDOUserException
failed, nested
Constructor and Description |
---|
JDOUserCallbackException()
Constructs a new
JDOUserCallbackException
without a detail message. |
JDOUserCallbackException(java.lang.String msg)
Constructs a new
JDOUserCallbackException
with the specified detail message. |
JDOUserCallbackException(java.lang.String msg,
java.lang.Object failed)
Constructs a new
JDOUserCallbackException with the specified detail message
and failed object. |
JDOUserCallbackException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new
JDOUserCallbackException with the
specified detail message and nested Throwable s. |
JDOUserCallbackException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOUserCallbackException with the
specified detail message and nested Throwable s. |
JDOUserCallbackException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
Constructs a new
JDOUserCallbackException with the specified detail message,
nested Throwable s, and failed object. |
JDOUserCallbackException(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 JDOUserCallbackException()
JDOUserCallbackException
without a detail message.public JDOUserCallbackException(java.lang.String msg)
JDOUserCallbackException
with the specified detail message.msg
- the detail message.public JDOUserCallbackException(java.lang.String msg, java.lang.Throwable[] nested)
JDOUserCallbackException
with the
specified detail message and nested Throwable
s.msg
- the detail message.nested
- the nested Throwable[]
.public JDOUserCallbackException(java.lang.String msg, java.lang.Throwable nested)
JDOUserCallbackException
with the
specified detail message and nested Throwable
s.msg
- the detail message.nested
- the nested Throwable
.public JDOUserCallbackException(java.lang.String msg, java.lang.Object failed)
JDOUserCallbackException
with the specified detail message
and failed object.msg
- the detail message.failed
- the failed object.public JDOUserCallbackException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
JDOUserCallbackException
with the specified detail message,
nested Throwable
s, and failed object.msg
- the detail message.nested
- the nested Throwable[]
.failed
- the failed object.public JDOUserCallbackException(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.