javax.jdo
Class JDOFatalInternalException
java.lang.RuntimeException
public class JDOFatalInternalException
This class represents errors in the implementation for which no user
error handling is possible. The error should be reported to the JDO
vendor for corrective action.
JDOFatalInternalException() - Constructs a new
JDOFatalInternalException without a detail message.
|
JDOFatalInternalException(String msg) - Constructs a new
JDOFatalInternalException with the specified detail message.
|
JDOFatalInternalException(String msg, Throwable nested) - Constructs a new
JDOFatalInternalException with the specified
detail message and nested Throwable s.
|
JDOFatalInternalException(String msg, Throwable[] nested) - Constructs a new
JDOFatalInternalException with the specified
detail message and nested Throwable s.
|
JDOFatalInternalException
public JDOFatalInternalException()
Constructs a new JDOFatalInternalException
without a detail message.
JDOFatalInternalException
public JDOFatalInternalException(String msg)
Constructs a new JDOFatalInternalException
with the specified detail message.
msg
- the detail message.
JDOFatalInternalException
public JDOFatalInternalException(String msg,
Throwable nested)
Constructs a new JDOFatalInternalException
with the specified
detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable
.
JDOFatalInternalException
public JDOFatalInternalException(String msg,
Throwable[] nested)
Constructs a new JDOFatalInternalException
with the specified
detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable[]
.