javax.jdo
Class JDOUnsupportedOptionException
java.lang.RuntimeException
public class JDOUnsupportedOptionException
This class represents exceptions caused by the use of optional features
not supported by the JDO implementation.
JDOUnsupportedOptionException
public JDOUnsupportedOptionException()
Constructs a new JDOUnsupportedOptionException
without a detail message.
JDOUnsupportedOptionException
public JDOUnsupportedOptionException(String msg)
Constructs a new JDOUnsupportedOptionException
with the specified detail message.
msg
- the detail message.
JDOUnsupportedOptionException
public JDOUnsupportedOptionException(String msg,
Throwable nested)
Constructs a new JDOUnsupportedOptionException
with the
specified detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable
.
JDOUnsupportedOptionException
public JDOUnsupportedOptionException(String msg,
Throwable[] nested)
Constructs a new JDOUnsupportedOptionException
with the
specified detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable[]
.