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