Constructors Summary |
---|
public JDOUnsupportedOptionException()Creates a new JDOUnsupportedOptionException without detail message.
|
public JDOUnsupportedOptionException(String msg)Constructs a new JDOUnsupportedOptionException with the specified detail message.
super(msg);
|
public JDOUnsupportedOptionException(String msg, Exception nested)Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Exception.
super(msg, nested);
|