VistALink v1.6

gov.va.med.exception
Interface FoundationsExceptionInterface

All Known Implementing Classes:
ConnectionHandlesExceededException, FoundationsException, HeartBeatFailedException, HeartBeatInitializationFailedException, InstitutionMapNotInitializedException, InstitutionMappingNotFoundException, LoginsDisabledFaultException, NoJobSlotsAvailableFaultException, NoRpcContextFaultException, RpcFaultException, RpcNotInContextFaultException, RpcNotOkForProxyUseException, RpcResponseTypeIsNotXmlException, RpcTimeOutFaultException, SecurityAccessVerifyCodePairInvalidException, SecurityConnectionProxyException, SecurityDivisionDeterminationFaultException, SecurityFaultException, SecurityIdentityDeterminationFaultException, SecurityIPLockedFaultException, SecurityPrimaryStationMismatchException, SecurityProductionMismatchException, SecurityTooManyInvalidLoginAttemptsFaultException, SecurityUserAuthorizationException, SecurityUserVerifyCodeException, VistaKernelHashCountLimitExceededException, VistaLinkFaultException, VistaLinkResourceException, VistaLinkSocketAlreadyClosedException, VistaLinkSocketClosedException, VistaLoginModuleException, VistaLoginModuleIPLockedException, VistaLoginModuleLoginsDisabledException, VistaLoginModuleNoJobSlotsAvailableException, VistaLoginModuleNoPathToListenerException, VistaLoginModuleTooManyInvalidAttemptsException, VistaLoginModuleUserCancelledException, VistaLoginModuleUserTimedOutException, VistaSocketException, VistaSocketTimeOutException

public interface FoundationsExceptionInterface

Represents the interface that all Foundations exceptions implement. Implementing this interface allows ExceptionUtils to work with the exception.


Method Summary
 java.lang.String getFullStackTrace()
          Deprecated. Use Throwable.getStackTrace() instead.
 java.lang.Throwable getNestedException()
          Deprecated. Use Throwable.getCause() instead.
 

Method Detail

getFullStackTrace

java.lang.String getFullStackTrace()
Deprecated. Use Throwable.getStackTrace() instead.

Return full stack trace. Full stack trace will include all nested exception messages and the full stack trace for the root exception.

Returns:
full stack trace String

getNestedException

java.lang.Throwable getNestedException()
Deprecated. Use Throwable.getCause() instead.

Return nested exception that is wrapped within this exception.

Returns:
nested exception

VistALink v1.6

VistALink v1.6