org.modeshape.jcr.api.query
Class QueryCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryCancelledException
public QueryCancelledException()
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.