javax.jdo
Class JDOUserCallbackException
java.lang.RuntimeException
public class JDOUserCallbackException
This class represents exceptions caused by exceptions thrown
during execution of callbacks or listeners.
JDOUserCallbackException()- Constructs a new
JDOUserCallbackException
without a detail message.
|
JDOUserCallbackException(String msg)- Constructs a new
JDOUserCallbackException
with the specified detail message.
|
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
public JDOUserCallbackException()
Constructs a new JDOUserCallbackException
without a detail message.
JDOUserCallbackException
public JDOUserCallbackException(String msg)
Constructs a new JDOUserCallbackException
with the specified detail message.
msg - the detail message.
JDOUserCallbackException
public JDOUserCallbackException(String msg,
Throwable nested) Constructs a new JDOUserCallbackException with the
specified detail message and nested Throwables.
msg - the detail message.nested - the nested Throwable.
JDOUserCallbackException
public JDOUserCallbackException(String msg,
Throwable[] nested) Constructs a new JDOUserCallbackException with the
specified detail message and nested Throwables.
msg - the detail message.nested - the nested Throwable[].