public class JDODataStoreException extends JDOCanRetryException
| Constructor and Description |
|---|
JDODataStoreException()
Constructs a new
JDODataStoreException without a detail message. |
JDODataStoreException(String msg)
Constructs a new
JDODataStoreException with the specified detail message. |
JDODataStoreException(String msg,
Object failed)
Constructs a new
JDODataStoreException with the specified detail message
and failed object. |
JDODataStoreException(String msg,
Throwable nested)
Constructs a new
JDODataStoreException with the specified
detail message and nested Throwables. |
JDODataStoreException(String msg,
Throwable[] nested)
Constructs a new
JDODataStoreException with the specified
detail message and nested Throwables. |
JDODataStoreException(String msg,
Throwable[] nested,
Object failed)
Constructs a new
JDODataStoreException with the specified detail message,
nested Throwables, and failed object. |
JDODataStoreException(String msg,
Throwable nested,
Object failed)
Constructs a new
JDODataStoreException with the specified detail message,
nested Throwables, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTracepublic JDODataStoreException()
JDODataStoreException without a detail message.public JDODataStoreException(String msg)
JDODataStoreException with the specified detail message.msg - the detail message.public JDODataStoreException(String msg, Throwable[] nested)
JDODataStoreException with the specified
detail message and nested Throwables.msg - the detail message.nested - the nested Throwable[].public JDODataStoreException(String msg, Throwable nested)
JDODataStoreException with the specified
detail message and nested Throwables.msg - the detail message.nested - the nested Throwable.public JDODataStoreException(String msg, Object failed)
JDODataStoreException with the specified detail message
and failed object.msg - the detail message.failed - the failed object.public JDODataStoreException(String msg, Throwable[] nested, 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(String msg, Throwable nested, 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.Copyright © 2005–2015 Apache Software Foundation. All rights reserved.