public class JDOOptimisticVerificationException extends JDOFatalDataStoreException
failed, nested| Constructor and Description |
|---|
JDOOptimisticVerificationException()
Constructs a new
JDOOptimisticVerificationException without a
detail message. |
JDOOptimisticVerificationException(java.lang.String msg)
Constructs a new
JDOOptimisticVerificationException with the
specified detail message. |
JDOOptimisticVerificationException(java.lang.String msg,
java.lang.Object failed)
Constructs a new
JDOOptimisticVerificationException with the
specified detail message and failed object. |
JDOOptimisticVerificationException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOOptimisticVerificationException with the
specified detail message and nested Throwable[]s. |
JDOOptimisticVerificationException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
Constructs a new
JDOOptimisticVerificationException with the specified
detail message, nested Throwables, and failed object. |
JDOOptimisticVerificationException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
Constructs a new
JDOOptimisticVerificationException with the specified
detail message, nested Throwables, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringpublic JDOOptimisticVerificationException()
JDOOptimisticVerificationException without a
detail message.public JDOOptimisticVerificationException(java.lang.String msg)
JDOOptimisticVerificationException with the
specified detail message.msg - the detail message.public JDOOptimisticVerificationException(java.lang.String msg,
java.lang.Object failed)
JDOOptimisticVerificationException with the
specified detail message and failed object.msg - the detail message.failed - the failed object.public JDOOptimisticVerificationException(java.lang.String msg,
java.lang.Throwable[] nested)
JDOOptimisticVerificationException with the
specified detail message and nested Throwable[]s.msg - the detail message.nested - the nested Throwable[].public JDOOptimisticVerificationException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
JDOOptimisticVerificationException with the specified
detail message, nested Throwables, and failed object.msg - the detail message.nested - the nested Throwable[].failed - the failed object.public JDOOptimisticVerificationException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
JDOOptimisticVerificationException with the specified
detail message, nested Throwables, and failed object.msg - the detail message.nested - the nested Throwable.failed - the failed object.