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
public class JDOQueryInterruptedException
- extends JDOUserException
This class represents exceptions caused when a query is cancelled by a user calling
Query.cancel().
- Since:
- 3.0
- See Also:
- Serialized Form
JDOQueryInterruptedException
public JDOQueryInterruptedException()
- Constructs a new
JDOQueryInterruptedException
without a detail message.
JDOQueryInterruptedException
public JDOQueryInterruptedException(String msg)
- Constructs a new
JDOQueryInterruptedException
with the specified detail message.
- Parameters:
msg
- the detail message.
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.