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