public class JDOUnsupportedOptionException extends JDOUserException
| Constructor and Description |
|---|
JDOUnsupportedOptionException()
Constructs a new
JDOUnsupportedOptionException without a detail message. |
JDOUnsupportedOptionException(String msg)
Constructs a new
JDOUnsupportedOptionException with the specified detail message. |
JDOUnsupportedOptionException(String msg,
Throwable nested)
Constructs a new
JDOUnsupportedOptionException with the
specified detail message and nested Throwables. |
JDOUnsupportedOptionException(String msg,
Throwable[] nested)
Constructs a new
JDOUnsupportedOptionException with the
specified detail message and nested Throwables. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTracepublic JDOUnsupportedOptionException()
JDOUnsupportedOptionException without a detail message.public JDOUnsupportedOptionException(String msg)
JDOUnsupportedOptionException with the specified detail message.msg - the detail message.public JDOUnsupportedOptionException(String msg, Throwable[] nested)
JDOUnsupportedOptionException with the
specified detail message and nested Throwables.msg - the detail message.nested - the nested Throwable[].Copyright © 2005–2015 Apache Software Foundation. All rights reserved.