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