public class JDOCanRetryException extends JDOException
Constructor and Description |
---|
JDOCanRetryException()
Constructs a new
JDOCanRetryException without a detail message. |
JDOCanRetryException(String msg)
Constructs a new
JDOCanRetryException with the specified detail message. |
JDOCanRetryException(String msg,
Object failed)
Constructs a new
JDOCanRetryException with the specified detail message
and failed object. |
JDOCanRetryException(String msg,
Throwable nested)
Constructs a new
JDOCanRetryException with the specified detail
message and nested Throwable s. |
JDOCanRetryException(String msg,
Throwable[] nested)
Constructs a new
JDOCanRetryException with the specified detail
message and nested Throwable s. |
JDOCanRetryException(String msg,
Throwable[] nested,
Object failed)
Constructs a new
JDOCanRetryException with the specified detail message,
nested Throwable s, and failed object. |
JDOCanRetryException(String msg,
Throwable nested,
Object failed)
Constructs a new
JDOCanRetryException with the specified detail message,
nested Throwable s, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
public JDOCanRetryException()
JDOCanRetryException
without a detail message.public JDOCanRetryException(String msg)
JDOCanRetryException
with the specified detail message.msg
- the detail message.public JDOCanRetryException(String msg, Throwable[] nested)
JDOCanRetryException
with the specified detail
message and nested Throwable
s.msg
- the detail message.nested
- the nested Throwable[]
.public JDOCanRetryException(String msg, Throwable nested)
JDOCanRetryException
with the specified detail
message and nested Throwable
s.msg
- the detail message.nested
- the nested Throwable
.public JDOCanRetryException(String msg, Object failed)
JDOCanRetryException
with the specified detail message
and failed object.msg
- the detail message.failed
- the failed object.public JDOCanRetryException(String msg, Throwable[] nested, Object failed)
JDOCanRetryException
with the specified detail message,
nested Throwable
s, and failed object.msg
- the detail message.nested
- the nested Throwable[]
.failed
- the failed object.public JDOCanRetryException(String msg, Throwable nested, Object failed)
JDOCanRetryException
with the specified detail message,
nested Throwable
s, and failed object.msg
- the detail message.nested
- the nested Throwable
.failed
- the failed object.Copyright © 2005–1970 Apache Software Foundation. All rights reserved.