VistALink v1.6

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

Packages that use VistaLinkFaultException
gov.va.med.vistalink.adapter.cci Implements the Common Client Interface (CCI) portion of the Java Connector Architecture (JCA) for VistaLink. 
gov.va.med.vistalink.adapter.record Implements basic request- and response-related classes for VistaLink. 
gov.va.med.vistalink.rpc Implements RPC requests and responses over VistaLink. 
gov.va.med.vistalink.security.m Base Security implementation (J2SE and J2EE) 
 

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

Methods in gov.va.med.vistalink.adapter.cci that throw VistaLinkFaultException
 gov.va.med.vistalink.adapter.record.VistaLinkResponseVO VistaLinkConnection.executeInteraction(VistaLinkRequestVO requestVO, gov.va.med.vistalink.adapter.record.VistaLinkResponseFactory responseFactory)
          Executes an interaction with M.
 RpcResponse VistaLinkConnection.executeRPC(RpcRequest request)
          Executes an interaction with M using the RpcResponseFactory to construct a response.
 

Uses of VistaLinkFaultException in gov.va.med.vistalink.adapter.record
 

Subclasses of VistaLinkFaultException in gov.va.med.vistalink.adapter.record
 class LoginsDisabledFaultException
          This exception represents the case where the M side has logins disabled; this is when the site sets the parameter to not allow any logins.
 class NoJobSlotsAvailableFaultException
          This exception represents the case where on the M side there are no license slots available to start another process.
 

Constructors in gov.va.med.vistalink.adapter.record with parameters of type VistaLinkFaultException
LoginsDisabledFaultException(VistaLinkFaultException vistaLinkFaultException)
          Constructor for LoginsDisabledFaultException.
NoJobSlotsAvailableFaultException(VistaLinkFaultException vistaLinkFaultException)
          Constructor for NoJobSlotsAvailableFaultException.
 

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

Subclasses of VistaLinkFaultException in gov.va.med.vistalink.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 RpcNotOkForProxyUseException
          This exception represents the case where the requested RPC is not marked as OK for use by an application proxy user, but has been attempted to be invoked by one.
 class RpcTimeOutFaultException
          This exception represents the case where the RPC execution took too long on the server and the application gracefully stopped the RPC's processing.
 

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

Uses of VistaLinkFaultException in gov.va.med.vistalink.security.m
 

Subclasses of VistaLinkFaultException in gov.va.med.vistalink.security.m
 class SecurityAccessVerifyCodePairInvalidException
          Represents an authentication failure during an access/verify code-based re-authentication attempt, where either the access code, verify code (or both) authentication credentials are invalid.
 class SecurityConnectionProxyException
          This exception fault is returned from M, and signifies that the connection proxy used to create the connection was invalid in some way, and a connection could not be established to the EIS.
 class SecurityDivisionDeterminationFaultException
          Represents an authentication failure during a re-authentication attempt, in which an invalid division has been passed for the user on whose behalf re-authentication is being attempted.
 class SecurityFaultException
          This fault exception class is used for all security-related errors returned from the M system.
 class SecurityIdentityDeterminationFaultException
          Represents an authentication failure during a re-authentication attempt, in which the credentials passed for re-authentication (DUZ, VPID, etc.) could not be matched with an actual Kernel user.
 class SecurityIPLockedFaultException
          This exception fault is returned from M, and signifies that the IP address has been locked due to too many invalid logins.user's login credentials were invalid too many times, and the M system is rejecting further login attempts as a result.
 class SecurityPrimaryStationMismatchException
          This exception fault is returned from M, and signifies that there was a mismatch between the client primary station (mapped to the connector) and the primary station of the M account the connector accessed (based on the value of the DEFAULT INSTITUTION field of the Kernel System Parameters file).
 class SecurityProductionMismatchException
          This exception fault is returned from M, and signifies that there was a mismatch between the client and the server in the designation of each side as production or non-production.
 class SecurityTooManyInvalidLoginAttemptsFaultException
          This exception fault is returned from M, and signifies that the user's login credentials were invalid too many times, and the M system is rejecting further login attempts as a result.
 class SecurityUserAuthorizationException
          Represents an authorization failure during a re-authentication attempt, e.g., DISUSER flag is set for the re-authentication user, prohibited times of day is set, etc.
 class SecurityUserVerifyCodeException
          Represents a failure during a re-authentication attempt, where the user's verify code is expired or requires changing.
 

Constructors in gov.va.med.vistalink.security.m with parameters of type VistaLinkFaultException
SecurityAccessVerifyCodePairInvalidException(VistaLinkFaultException vistaLinkFaultException)
           
SecurityConnectionProxyException(VistaLinkFaultException vistaLinkFaultException)
          Constructor
SecurityDivisionDeterminationFaultException(VistaLinkFaultException vistaLinkFaultException)
           
SecurityFaultException(VistaLinkFaultException vistaLinkFaultException)
          Constructs a SecurityFaultException based on a VistaLinkFaultException
SecurityIdentityDeterminationFaultException(VistaLinkFaultException vistaLinkFaultException)
           
SecurityIPLockedFaultException(VistaLinkFaultException vistaLinkFaultException)
          Constructor
SecurityPrimaryStationMismatchException(VistaLinkFaultException vistaLinkFaultException)
          Constructor
SecurityProductionMismatchException(VistaLinkFaultException vistaLinkFaultException)
          Constructor
SecurityTooManyInvalidLoginAttemptsFaultException(VistaLinkFaultException vistaLinkFaultException)
          Constructor
SecurityUserAuthorizationException(VistaLinkFaultException vistaLinkFaultException)
           
SecurityUserVerifyCodeException(VistaLinkFaultException vistaLinkFaultException)
           
 


VistALink v1.6

VistALink v1.6