Class 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
- All Implemented Interfaces:
Serializable
This class represents exceptions caused by the use of optional features
not supported by the JDO implementation.
- Version:
- 1.0
- See Also:
-
Field Summary
Fields inherited from class JDOException
failed, nested -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newJDOUnsupportedOptionExceptionwithout a detail message.Constructs a newJDOUnsupportedOptionExceptionwith the specified detail message.JDOUnsupportedOptionException(String msg, Throwable nested) Constructs a newJDOUnsupportedOptionExceptionwith the specified detail message and nestedThrowables.JDOUnsupportedOptionException(String msg, Throwable[] nested) Constructs a newJDOUnsupportedOptionExceptionwith the specified detail message and nestedThrowables. -
Method Summary
Methods inherited from class JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
-
Constructor Details
-
JDOUnsupportedOptionException
public JDOUnsupportedOptionException()Constructs a newJDOUnsupportedOptionExceptionwithout a detail message. -
JDOUnsupportedOptionException
Constructs a newJDOUnsupportedOptionExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
JDOUnsupportedOptionException
-
JDOUnsupportedOptionException
-