Class JDOFatalDataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOFatalException
javax.jdo.JDOFatalDataStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JDOOptimisticVerificationException
This class represents data store exceptions that cannot be retried.
- Version:
- 1.0.1
- See Also:
-
Field Summary
Fields inherited from class JDOException
failed, nested -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newJDOFatalDataStoreExceptionwithout a detail message.Constructs a newJDOFatalDataStoreExceptionwith the specified detail message.JDOFatalDataStoreException(String msg, Object failed) Constructs a newJDOFatalDataStoreExceptionwith the specified detail message and failed object.JDOFatalDataStoreException(String msg, Throwable nested) Constructs a newJDOFatalDataStoreExceptionwith the specified detail message and nestedThrowables.JDOFatalDataStoreException(String msg, Throwable[] nested) Constructs a newJDOFatalDataStoreExceptionwith the specified detail message and nestedThrowables.JDOFatalDataStoreException(String msg, Throwable[] nested, Object failed) Constructs a newJDOFatalDataStoreExceptionwith the specified detail message, nestedThrowables, and failed object.JDOFatalDataStoreException(String msg, Throwable nested, Object failed) Constructs a newJDOFatalDataStoreExceptionwith 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
-
JDOFatalDataStoreException
public JDOFatalDataStoreException()Constructs a newJDOFatalDataStoreExceptionwithout a detail message. -
JDOFatalDataStoreException
Constructs a newJDOFatalDataStoreExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
JDOFatalDataStoreException
-
JDOFatalDataStoreException
-
JDOFatalDataStoreException
-
JDOFatalDataStoreException
-
JDOFatalDataStoreException
-