public class JDOOptimisticVerificationException extends JDOFatalDataStoreException
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. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
public 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[]
.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.