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 Throwable s. |
JDOUserCallbackException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOUserCallbackException with the
specified detail message and nested Throwable s. |
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
.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.