Constructors Summary |
---|
public JDOFatalUserException()Creates a new JDOFatalUserException without detail message.
|
public JDOFatalUserException(String msg)Constructs a new JDOFatalUserException with the specified detail message.
super(msg);
|
public JDOFatalUserException(String msg, Exception nested)Constructs a new JDOFatalUserException with the specified detail message
and nested Exception.
super(msg, nested);
|