Class JDOQueryException
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.JDOQueryException
- All Implemented Interfaces:
Serializable
- Version:
- 0.1
- Author:
- Michael Bouschen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newJDOQueryExceptionwithout detail message.JDOQueryException(String msg) Constructs a newJDOQueryExceptionwith the specified detail message.JDOQueryException(String msg, Exception nested) Constructs a newJDOQueryExceptionwith 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
-
JDOQueryException
public JDOQueryException()Creates a newJDOQueryExceptionwithout detail message. -
JDOQueryException
Constructs a newJDOQueryExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
JDOQueryException
Constructs a newJDOQueryExceptionwith the specified detail message and nested Exception.- Parameters:
msg- the detail message.nested- the nestedException.
-