public class JDOUserCallbackException extends JDOUserException
| Constructor and Description |
|---|
JDOUserCallbackException()
Constructs a new
JDOUserCallbackException
without a detail message. |
JDOUserCallbackException(String msg)
Constructs a new
JDOUserCallbackException
with the specified detail message. |
JDOUserCallbackException(String msg,
Object failed)
Constructs a new
JDOUserCallbackException with the specified detail message
and failed object. |
JDOUserCallbackException(String msg,
Throwable nested)
Constructs a new
JDOUserCallbackException with the
specified detail message and nested Throwables. |
JDOUserCallbackException(String msg,
Throwable[] nested)
Constructs a new
JDOUserCallbackException with the
specified detail message and nested Throwables. |
JDOUserCallbackException(String msg,
Throwable[] nested,
Object failed)
Constructs a new
JDOUserCallbackException with the specified detail message,
nested Throwables, and failed object. |
JDOUserCallbackException(String msg,
Throwable nested,
Object failed)
Constructs a new
JDOUserException with the specified detail message,
nested Throwables, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTracepublic JDOUserCallbackException()
JDOUserCallbackException
without a detail message.public JDOUserCallbackException(String msg)
JDOUserCallbackException
with the specified detail message.msg - the detail message.public JDOUserCallbackException(String msg, Throwable[] nested)
JDOUserCallbackException with the
specified detail message and nested Throwables.msg - the detail message.nested - the nested Throwable[].public JDOUserCallbackException(String msg, Throwable nested)
JDOUserCallbackException with the
specified detail message and nested Throwables.msg - the detail message.nested - the nested Throwable.public JDOUserCallbackException(String msg, Object failed)
JDOUserCallbackException with the specified detail message
and failed object.msg - the detail message.failed - the failed object.public JDOUserCallbackException(String msg, Throwable[] nested, 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(String msg, Throwable nested, 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.Copyright © 2005–2015 Apache Software Foundation. All rights reserved.