public class SecurityFaultException extends VistaLinkFaultException
VistaLoginModuleException
which is directly returned to an application calling a Vista login.
Calling ERROR: gov.va.med.vistalink.security.VistaLoginModuleException: Security fault occured on the M system.;getMessage
on a VistaLoginModuleException
might, for example, reveal nested
exceptions. For example:
nested exception is: gov.va.med.vistalink.security.m.SecurityFaultException: Fault Code: 'Client'; Fault
String: 'Unexpected Message Format'; Fault Actor: ''; Code: '183002'; Type: ''; Message: 'Security message action
'AV.SetupAndIntroText' is an unknown security action.'
VistaLoginModuleException
,
Serialized FormConstructor and Description |
---|
SecurityFaultException(VistaLinkFaultException vistaLinkFaultException)
Constructs a SecurityFaultException based on a VistaLinkFaultException
|
getErrorCode, getErrorMessage, getErrorType, getFaultActor, getFaultCode, getFaultString
getFullStackTrace, getMessage, getNestedException, printStackTrace, printStackTrace, printStackTrace
public SecurityFaultException(VistaLinkFaultException vistaLinkFaultException)
vistaLinkFaultException
- Fault ExceptionVistALink v1.6a