public class JDODataStoreException extends JDOCanRetryException
| Constructor and Description |
|---|
JDODataStoreException()
Creates a new
JDODataStoreException without detail message. |
JDODataStoreException(String msg)
Constructs a new
JDODataStoreException with the specified detail message. |
JDODataStoreException(String msg,
Exception nested)
Constructs a new
JDODataStoreException with the specified detail message and nested Exception. |
JDODataStoreException(String msg,
Exception nested,
Object[] failed)
Constructs a new
JDODataStoreException with the specified detail message,
nested exception, and failed object array. |
JDODataStoreException(String msg,
Object[] failed)
Constructs a new
JDODataStoreException with the specified detail message
and failed object array. |
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic JDODataStoreException()
JDODataStoreException without detail message.public JDODataStoreException(String msg)
JDODataStoreException with the specified detail message.msg - the detail message.public JDODataStoreException(String msg, Exception nested)
JDODataStoreException with the specified detail message and nested Exception.msg - the detail message.nested - the nested Exception.public JDODataStoreException(String msg, Object[] failed)
JDODataStoreException with the specified detail message
and failed object array.msg - the detail message.failed - the failed object array.public JDODataStoreException(String msg, Exception nested, Object[] failed)
JDODataStoreException with the specified detail message,
nested exception, and failed object array.msg - the detail message.nested - the nested Exception.failed - the failed object array.Copyright © 2017–2020 Eclipse Foundation. All rights reserved.