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