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 Throwable s. |
JDODataStoreException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDODataStoreException with the specified
detail message and nested Throwable s. |
JDODataStoreException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
Constructs a new
JDODataStoreException with the specified detail message,
nested Throwable s, 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 Throwable s, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
public 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 Throwable
s.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 Throwable
s.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 Throwable
s, 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 Throwable
s, and failed object.msg
- the detail message.nested
- the nested Throwable
.failed
- the failed object.