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