VistALink v1.5.0.026

Uses of Interface
gov.va.med.exception.FoundationsExceptionInterface

Packages that use FoundationsExceptionInterface
gov.va.med.crypto Contains cryptology related utility classes (Kernel hash). 
gov.va.med.exception Contains exception handling utility classes. 
gov.va.med.net Foundations TCP socket functionality for communicating with IP endpoints. 
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.heartbeat Implements the heartbeat keepalive timer process for VistaLink. 
gov.va.med.vistalink.adapter.record Implements basic request- and response-related classes for VistaLink. 
gov.va.med.vistalink.adapter.spi Implements the Service Provider Interface (spi) portion of the Java Connector Architecture (JCA) for VistaLink. 
gov.va.med.vistalink.institution Foundations utilities for working with VistaLink-related Institution data. 
gov.va.med.vistalink.rpc Implements RPC requests and responses over VistaLink. 
gov.va.med.vistalink.security J2SE security module for VistaLink; contains JAAS login module supporting a JAAS client/server login to a Vista M system. 
gov.va.med.vistalink.security.m Base Security implementation (J2SE and J2EE) 
 

Uses of FoundationsExceptionInterface in gov.va.med.crypto
 

Classes in gov.va.med.crypto that implement FoundationsExceptionInterface
 class VistaKernelHashCountLimitExceededException
          Represents an exception identifying that the Hash Count Limit (for a call to the VistaKernelHash encrypt method) has been exceeded.
 

Uses of FoundationsExceptionInterface in gov.va.med.exception
 

Classes in gov.va.med.exception that implement FoundationsExceptionInterface
 class FoundationsException
          Nested exception handling code is identical to VistaLinkResourceException nested exception handling code.
 

Uses of FoundationsExceptionInterface in gov.va.med.net
 

Classes in gov.va.med.net that implement FoundationsExceptionInterface
 class VistaSocketException
          Represents an exception thrown during read/write operations on a socket
 class VistaSocketTimeOutException
          Represents an exception identifying a timeout has occurred during read/write operations.
 

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

Classes in gov.va.med.vistalink.adapter.cci that implement FoundationsExceptionInterface
 class VistaLinkResourceException
          Represents a ResourceException thrown by the VistaLink adapter.
 

Uses of FoundationsExceptionInterface in gov.va.med.vistalink.adapter.heartbeat
 

Classes in gov.va.med.vistalink.adapter.heartbeat that implement FoundationsExceptionInterface
 class HeartBeatFailedException
          This exception class is used to notify the managed connection and its event listeners that a scheduled heart beat has failed.
 class HeartBeatInitializationFailedException
          This exception class is thrown when the heart beat fails to make its first interaction to retrieve the heartbeat rate from M.
 

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

Classes in gov.va.med.vistalink.adapter.record that implement FoundationsExceptionInterface
 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.
 class VistaLinkFaultException
          Exception encapsulates Fault information coming from M side.
 

Uses of FoundationsExceptionInterface in gov.va.med.vistalink.adapter.spi
 

Classes in gov.va.med.vistalink.adapter.spi that implement FoundationsExceptionInterface
 class ConnectionHandlesExceededException
          This exception class is thrown when a VistaLinkManagedConnection object has exceeded its maximum allowable connection handles.
 class VistaLinkSocketAlreadyClosedException
          Represents a situation where, when attempting to close a socket, the socket is already closed.
 class VistaLinkSocketClosedException
          This exception class is thrown when an attempt is made to access the VistaLinkManagedConnection's underlying VistaSocketConnection after its has been closed or invalidated.
 

Uses of FoundationsExceptionInterface in gov.va.med.vistalink.institution
 

Classes in gov.va.med.vistalink.institution that implement FoundationsExceptionInterface
 class InstitutionMapNotInitializedException
          Represents an attempt to access some functionality of the InstitutionMappingImpl instance when that instance has not been created.
 class InstitutionMappingNotFoundException
          Represents a failure to retrieve an institution mapping based on station number, due to requested station number not being found in the list of instituion mappings maintained by the InstitutionMappingImpl instance.
 

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

Classes in gov.va.med.vistalink.rpc that implement FoundationsExceptionInterface
 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 RpcResponseTypeIsNotXmlException
          Represents an exception indicating the RpcResponse type if not XML
 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.
 

Uses of FoundationsExceptionInterface in gov.va.med.vistalink.security
 

Classes in gov.va.med.vistalink.security that implement FoundationsExceptionInterface
 class VistaLoginModuleException
          Represents a LoginException thrown by the LoginModule.
 class VistaLoginModuleIPLockedException
          If thrown, the user's IP has been locked due to too many times with invalid credentials.
 class VistaLoginModuleLoginsDisabledException
          If thrown, logins are disabled on the M server.
 class VistaLoginModuleNoJobSlotsAvailableException
          If thrown, job slot maximum has been exceeded on M server.
 class VistaLoginModuleNoPathToListenerException
          If thrown, no reachable listener was found on the path represented by the specified IP address and Port.
 class VistaLoginModuleTooManyInvalidAttemptsException
          If thrown, the user tried to login too many times with invalid credentials.
 class VistaLoginModuleUserCancelledException
          Represents a user cancellation of Login.
 class VistaLoginModuleUserTimedOutException
          User timed out of a login.
 

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

Classes in gov.va.med.vistalink.security.m that implement FoundationsExceptionInterface
 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.
 


VistALink v1.5.0.026

VistALink v1.5.0.026