public class JDOUnsupportedOptionException extends JDOUserException
| Constructor and Description |
|---|
JDOUnsupportedOptionException()
Creates a new
JDOUnsupportedOptionException without detail message. |
JDOUnsupportedOptionException(String msg)
Constructs a new
JDOUnsupportedOptionException with the specified detail message. |
JDOUnsupportedOptionException(String msg,
Exception nested)
Constructs a new
JDOUnsupportedOptionException with the specified detail message and nested Exception. |
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic JDOUnsupportedOptionException()
JDOUnsupportedOptionException without detail message.public JDOUnsupportedOptionException(String msg)
JDOUnsupportedOptionException with the specified detail message.msg - the detail message.Copyright © 2017–2020 Eclipse Foundation. All rights reserved.