JDOUnsupportedOptionException
java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ javax.jdo.JDOException ∟ javax.jdo.JDOCanRetryException ∟ javax.jdo.JDOUserException ∟ javax.jdo.JDOUnsupportedOptionException
This class represents exceptions caused by the use of optional features not supported by the JDO implementation.
- Since:
- JDO 1.0
Public Constructors
- Since:
- JDO 1.0
JDOUnsupportedOptionException(String msg)
- Parameters:
msg
- the detail message.
- Since:
- JDO 1.0
JDOUnsupportedOptionException(String msg, Throwable nested)
- Parameters:
msg
- the detail message.nested
- the nestedThrowable
.
- Since:
- JDO 1.0
JDOUnsupportedOptionException(String msg, Throwable[] nested)
- Parameters:
msg
- the detail message.nested
- the nestedThrowable[]
.
- Since:
- JDO 1.0
Method inherited from class javax.jdo.JDOException
getCause
, getFailedObject
, getNestedExceptions
, initCause
, printStackTrace
, printStackTrace
, printStackTrace
, toString
Method inherited from class java.lang.Throwable
addSuppressed
, fillInStackTrace
, getCause
, getLocalizedMessage
, getMessage
, getStackTrace
, getSuppressed
, initCause
, printStackTrace
, printStackTrace
, printStackTrace
, setStackTrace
, toString