Package javax.jdo

Class 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:
  • Field Details

  • Constructor Details

    • 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.