public class JDOUserCallbackException extends JDOUserException
| 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.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. |
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.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.