public class JDOCanRetryException extends JDOException
| Constructor and Description |
|---|
JDOCanRetryException()
Creates a new
JDOCanRetryException without detail message. |
JDOCanRetryException(String msg)
Constructs a new
JDOCanRetryException with the specified detail message. |
JDOCanRetryException(String msg,
Exception nested)
Constructs a new
JDOCanRetryException with the specified detail message and nested Exception. |
JDOCanRetryException(String msg,
Exception nested,
Object[] failed)
Constructs a new
JDOCanRetryException with the specified detail message,
nested exception, and failed object array. |
JDOCanRetryException(String msg,
Object[] failed)
Constructs a new
JDOCanRetryException with the specified detail message
and failed object array. |
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic JDOCanRetryException()
JDOCanRetryException without detail message.public JDOCanRetryException(String msg)
JDOCanRetryException with the specified detail message.msg - the detail message.public JDOCanRetryException(String msg, Exception nested)
JDOCanRetryException with the specified detail message and nested Exception.msg - the detail message.nested - the nested Exception.public JDOCanRetryException(String msg, Object[] failed)
JDOCanRetryException with the specified detail message
and failed object array.msg - the detail message.failed - the failed object array.public JDOCanRetryException(String msg, Exception nested, Object[] failed)
JDOCanRetryException 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.