VLJ Iteration II, v. 1.0.0.193

Uses of Class
gov.va.med.foundations.adapter.record.VistaLinkFaultException

Packages that use VistaLinkFaultException
gov.va.med.foundations.adapter.cci Implements the Common Client Interface (CCI) portion of the Java Connector Architecture (JCA) for VistaLink. 
gov.va.med.foundations.rpc Implements RPC requests and responses over VistaLink. 
 

Uses of VistaLinkFaultException in gov.va.med.foundations.adapter.cci
 

Methods in gov.va.med.foundations.adapter.cci that throw VistaLinkFaultException
 VistaLinkResponseVO VistaLinkConnection.executeInteraction(VistaLinkRequestVO requestVO, VistaLinkResponseFactory responseFactory)
          Method executeInteraction.
 gov.va.med.foundations.rpc.RpcResponse VistaLinkConnection.executeRPC(gov.va.med.foundations.rpc.RpcRequest request)
          Method executeRPC.
 

Uses of VistaLinkFaultException in gov.va.med.foundations.rpc
 

Subclasses of VistaLinkFaultException in gov.va.med.foundations.rpc
 class NoRpcContextFaultException
          This exception represents the case where the request RPC context does not exist or the current user does not have access to the B-option representing the context.
 class RpcFaultException
          This fault exception class is used for all rpc-related errors returned from the M system.
 class RpcNotInContextFaultException
          This exception represents the case where the requested RPC is not contained in the current RPC context.
 class RpcTimeOutFaultException
          This exception represents the case where the RPC execution took too long on the server and the appliaction gracefully stopped the RPC's processing.
 

Constructors in gov.va.med.foundations.rpc with parameters of type VistaLinkFaultException
NoRpcContextFaultException(gov.va.med.foundations.adapter.record.VistaLinkFaultException vistaLinkFaultException)
          Constructor for NoRpcContextFaultException.
RpcFaultException(gov.va.med.foundations.adapter.record.VistaLinkFaultException vistaLinkFaultException)
          Constructor for NoRpcContextFaultException.
RpcNotInContextFaultException(gov.va.med.foundations.adapter.record.VistaLinkFaultException vistaLinkFaultException)
          Constructor for RpcNotInContextFaultException.
RpcTimeOutFaultException(gov.va.med.foundations.adapter.record.VistaLinkFaultException vistaLinkFaultException)
          Constructor for RpcTimeOutFaultException.
 


VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193