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