public class JDOOptimisticVerificationException extends JDOFatalDataStoreException
Constructor and Description |
---|
JDOOptimisticVerificationException()
Constructs a new
JDOOptimisticVerificationException without a detail message. |
JDOOptimisticVerificationException(String msg)
Constructs a new
JDOOptimisticVerificationException with the
specified detail message. |
JDOOptimisticVerificationException(String msg,
Object failed)
Constructs a new
JDOOptimisticVerificationException with the
specified detail message and failed object. |
JDOOptimisticVerificationException(String msg,
Throwable[] nested)
Constructs a new
JDOOptimisticVerificationException with the
specified detail message and nested Throwable[] s. |
JDOOptimisticVerificationException(String msg,
Throwable[] nested,
Object failed)
Constructs a new
JDOOptimisticVerificationException with the specified
detail message, nested Throwable s, and failed object. |
JDOOptimisticVerificationException(String msg,
Throwable nested,
Object failed)
Constructs a new
JDOOptimisticVerificationException with the specified
detail message, nested Throwable s, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
public JDOOptimisticVerificationException()
JDOOptimisticVerificationException
without a detail message.public JDOOptimisticVerificationException(String msg)
JDOOptimisticVerificationException
with the
specified detail message.msg
- the detail message.public JDOOptimisticVerificationException(String msg, Object failed)
JDOOptimisticVerificationException
with the
specified detail message and failed object.msg
- the detail message.failed
- the failed object.public JDOOptimisticVerificationException(String msg, Throwable[] nested)
JDOOptimisticVerificationException
with the
specified detail message and nested Throwable[]
s.msg
- the detail message.nested
- the nested Throwable[]
.public JDOOptimisticVerificationException(String msg, Throwable[] nested, Object failed)
JDOOptimisticVerificationException
with the specified
detail message, nested Throwable
s, and failed object.msg
- the detail message.nested
- the nested Throwable[]
.failed
- the failed object.public JDOOptimisticVerificationException(String msg, Throwable nested, Object failed)
JDOOptimisticVerificationException
with the specified
detail message, nested Throwable
s, and failed object.msg
- the detail message.nested
- the nested Throwable
.failed
- the failed object.Copyright © 2005–1970 Apache Software Foundation. All rights reserved.