ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.api.query
Class QueryCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jcr.RepositoryException
              extended by org.modeshape.jcr.api.query.QueryCancelledException
All Implemented Interfaces:
Serializable

public class QueryCancelledException
extends RepositoryException

A RepositoryException that signifies that an executing query has been cancelled.

See Also:
Query.cancel(), Serialized Form

Constructor Summary
QueryCancelledException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryCancelledException

public QueryCancelledException()

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.