Class JDOFatalUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOFatalException
javax.jdo.JDOFatalUserException
- All Implemented Interfaces:
Serializable
This class represents user errors that cannot be retried.
- Version:
- 1.0
- See Also:
-
Field Summary
Fields inherited from class JDOException
failed, nested -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newJDOFatalUserExceptionwithout a detail message.Constructs a newJDOFatalUserExceptionwith the specified detail message.JDOFatalUserException(String msg, Object failed) Constructs a newJDOFatalUserExceptionwith the specified detail message and failed object.JDOFatalUserException(String msg, Throwable nested) Constructs a newJDOFatalUserExceptionwith the specified detail message and nestedThrowables.JDOFatalUserException(String msg, Throwable[] nested) Constructs a newJDOFatalUserExceptionwith the specified detail message and nestedThrowables.JDOFatalUserException(String msg, Throwable[] nested, Object failed) Constructs a newJDOFatalUserExceptionwith the specified detail message, nestedThrowables, and failed object.JDOFatalUserException(String msg, Throwable nested, Object failed) Constructs a newJDOFatalUserExceptionwith the specified detail message, nestedThrowables, and failed object. -
Method Summary
Methods inherited from class JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
-
Constructor Details
-
JDOFatalUserException
public JDOFatalUserException()Constructs a newJDOFatalUserExceptionwithout a detail message. -
JDOFatalUserException
Constructs a newJDOFatalUserExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
JDOFatalUserException
-
JDOFatalUserException
-
JDOFatalUserException
-
JDOFatalUserException
-
JDOFatalUserException
-