Package javax.jdo
Class JDOQueryInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
javax.jdo.JDOQueryInterruptedException
- All Implemented Interfaces:
Serializable
This class represents exceptions caused when a query is cancelled by a user calling
Query.cancel().
- Since:
- 3.0
- See Also:
-
Field Summary
FieldsFields inherited from class javax.jdo.JDOException
failed, nested
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newJDOQueryInterruptedException
without a detail message.Constructs a newJDOQueryInterruptedException
with the specified detail message. -
Method Summary
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
JDOQueryInterruptedException
public JDOQueryInterruptedException()Constructs a newJDOQueryInterruptedException
without a detail message. -
JDOQueryInterruptedException
Constructs a newJDOQueryInterruptedException
with the specified detail message.- Parameters:
msg
- the detail message.
-