javax.jdo
Class JDOQueryInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOCanRetryException
                      extended by javax.jdo.JDOUserException
                          extended by javax.jdo.JDOQueryInterruptedException
All Implemented Interfaces:
java.io.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

Constructor Summary
JDOQueryInterruptedException()
          Constructs a new JDOQueryInterruptedException without a detail message.
JDOQueryInterruptedException(java.lang.String msg)
          Constructs a new JDOQueryInterruptedException 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
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDOQueryInterruptedException

public JDOQueryInterruptedException()
Constructs a new JDOQueryInterruptedException without a detail message.


JDOQueryInterruptedException

public JDOQueryInterruptedException(java.lang.String msg)
Constructs a new JDOQueryInterruptedException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.