Qizx/open API

net.axyana.qizxopen.xquery
Class XQConnectionException

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.XQConnectionException
All Implemented Interfaces:
java.io.Serializable

public class XQConnectionException
extends XQEvalException

Thrown by a remote connection failure.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class net.axyana.qizxopen.xquery.XQEvalException
XQEvalException.StackFrame
 
Constructor Summary
XQConnectionException(java.lang.String reason)
           
XQConnectionException(java.lang.String reason, java.lang.Throwable cause)
           
 
Method Summary
static void wrap(java.rmi.RemoteException e)
           
 
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

XQConnectionException

public XQConnectionException(java.lang.String reason,
                             java.lang.Throwable cause)

XQConnectionException

public XQConnectionException(java.lang.String reason)
Method Detail

wrap

public static void wrap(java.rmi.RemoteException e)
                 throws XQueryException
Throws:
XQueryException

© 2005 Axyana Software