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