VistALink v1.6

gov.va.med.vistalink.security
Class VistaLoginModuleTooManyInvalidAttemptsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by javax.security.auth.login.LoginException
                  extended by gov.va.med.vistalink.security.VistaLoginModuleException
                      extended by gov.va.med.vistalink.security.VistaLoginModuleTooManyInvalidAttemptsException
All Implemented Interfaces:
FoundationsExceptionInterface, java.io.Serializable

public final class VistaLoginModuleTooManyInvalidAttemptsException
extends VistaLoginModuleException

If thrown, the user tried to login too many times with invalid credentials. When attempting a logon, you can trap for this specific exception, in addition to the more general VistaLoginModuleException and LoginException exceptions.

See Also:
Serialized Form

Method Summary
 
Methods inherited from class gov.va.med.vistalink.security.VistaLoginModuleException
getFullStackTrace, getMessage, getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


VistALink v1.6

VistALink v1.6