javax.jdo

Class JDOUserCallbackException


public class JDOUserCallbackException
extends JDOUserException

This class represents exceptions caused by exceptions thrown during execution of callbacks or listeners.
Version:
2.0

Constructor Summary

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.

Method Summary

Methods inherited from class javax.jdo.JDOException

getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString

Constructor Details

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.
Parameters:
msg - the detail message.

JDOUserCallbackException

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