VLJ Iteration II, v. 1.0.0.193

Uses of Interface
gov.va.med.foundations.utilities.FoundationsExceptionInterface

Packages that use FoundationsExceptionInterface
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.adapter.record Implements basic request- and response-related classes for VistaLink. 
gov.va.med.foundations.adapter.spi Implements the Service Provider Interface (spi) portion of the Java Connector Architecture (JCA) for VistaLink. 
gov.va.med.foundations.rpc Implements RPC requests and responses over VistaLink. 
gov.va.med.foundations.security.vistalink Security module for VistaLink; contains classes supporting a JAAS login to a Vista M system. 
gov.va.med.foundations.utilities General Foundations utility classes. 
 

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

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

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

Classes in gov.va.med.foundations.adapter.record that implement FoundationsExceptionInterface
 class VistaLinkFaultException
          Exception encapsulates Fault information coming from M side.
 

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

Classes in gov.va.med.foundations.adapter.spi that implement FoundationsExceptionInterface
 class ConnectionHandlesExceededException
          This exception class is thrown when a VistaLinkManagedConnection
object has exceeded its maximum allowable connection handles
 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.foundations.rpc
 

Classes in gov.va.med.foundations.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 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 appliaction gracefully stopped the RPC's processing.
 

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

Classes in gov.va.med.foundations.security.vistalink that implement FoundationsExceptionInterface
 class VistaLoginModuleException
          Represents a LoginException thrown by the LoginModule.
 class VistaLoginModuleLoginsDisabledException
          If thrown, logins are disabled on the M server.When attempting a logon, you can trap for this specific exception, in addition to the more general VistaLoginModuleException and LoginException exceptions.
 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.foundations.utilities
 

Classes in gov.va.med.foundations.utilities that implement FoundationsExceptionInterface
 class FoundationsException
          Nested exception handling code is identical to VistaLinkResourceException nested exception handling code.
 class VistaKernelHashCountLimitExceededException
          Represents an exception identifying that the Hash Count Limit (for a call to the VistaKernelHash encrypt method) has been exceeded.
 


VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193