Class JDOUnsupportedOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.support.JDOException
com.sun.jdo.api.persistence.support.JDOCanRetryException
com.sun.jdo.api.persistence.support.JDOUserException
com.sun.jdo.api.persistence.support.JDOUnsupportedOptionException
- All Implemented Interfaces:
Serializable
- Version:
- 0.1
- Author:
- Craig Russell
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newJDOUnsupportedOptionExceptionwithout detail message.Constructs a newJDOUnsupportedOptionExceptionwith the specified detail message.JDOUnsupportedOptionException(String msg, Exception nested) Constructs a newJDOUnsupportedOptionExceptionwith the specified detail message and nested Exception. -
Method Summary
Methods inherited from class com.sun.jdo.api.persistence.support.JDOException
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
JDOUnsupportedOptionException
public JDOUnsupportedOptionException()Creates a newJDOUnsupportedOptionExceptionwithout detail message. -
JDOUnsupportedOptionException
Constructs a newJDOUnsupportedOptionExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
JDOUnsupportedOptionException
Constructs a newJDOUnsupportedOptionExceptionwith the specified detail message and nested Exception.- Parameters:
msg- the detail message.nested- the nestedException.
-