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 Throwable s.
|
JDOUserCallbackException(String msg, Throwable[] nested) - Constructs a new
JDOUserCallbackException with the
specified detail message and nested Throwable s.
|
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 Throwable
s.
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 Throwable
s.
msg
- the detail message.nested
- the nested Throwable[]
.