public class JDOUserException extends JDOCanRetryException
Constructor and Description |
---|
JDOUserException()
Constructs a new
JDOUserException without a detail message. |
JDOUserException(String msg)
Constructs a new
JDOUserException with the specified detail message. |
JDOUserException(String msg,
Object failed)
Constructs a new
JDOUserException with the specified detail message
and failed object. |
JDOUserException(String msg,
Throwable nested)
Constructs a new
JDOUserException with the specified detail message
and nested Throwable s. |
JDOUserException(String msg,
Throwable[] nested)
Constructs a new
JDOUserException with the specified detail message
and nested Throwable s. |
JDOUserException(String msg,
Throwable[] nested,
Object failed)
Constructs a new
JDOUserException with the specified detail message,
nested Throwable s, and failed object. |
JDOUserException(String msg,
Throwable nested,
Object failed)
Constructs a new
JDOUserException 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 JDOUserException()
JDOUserException
without a detail message.public JDOUserException(String msg)
JDOUserException
with the specified detail message.msg
- the detail message.public JDOUserException(String msg, Throwable[] nested)
JDOUserException
with the specified detail message
and nested Throwable
s.msg
- the detail message.nested
- the nested Throwable[]
.public JDOUserException(String msg, Throwable nested)
JDOUserException
with the specified detail message
and nested Throwable
s.msg
- the detail message.nested
- the nested Throwable
.public JDOUserException(String msg, Object failed)
JDOUserException
with the specified detail message
and failed object.msg
- the detail message.failed
- the failed object.public JDOUserException(String msg, Throwable[] nested, Object failed)
JDOUserException
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.