Qizx/open API

net.axyana.qizxopen.xquery
Class XQueryCancelledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.axyana.qizxopen.xquery.XQueryException
              extended bynet.axyana.qizxopen.xquery.XQEvalException
                  extended bynet.axyana.qizxopen.xquery.XQueryCancelledException
All Implemented Interfaces:
java.io.Serializable

public class XQueryCancelledException
extends XQEvalException

Raised when an expression execution is cancelled by another thread.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class net.axyana.qizxopen.xquery.XQEvalException
XQEvalException.StackFrame
 
Constructor Summary
XQueryCancelledException(java.lang.String reason)
           
 
Methods inherited from class net.axyana.qizxopen.xquery.XQEvalException
getContext, getStack, printStack, setContext
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XQueryCancelledException

public XQueryCancelledException(java.lang.String reason)

© 2005 Axyana Software