VLJ Iteration II, v. 1.0.0.193

gov.va.med.foundations.security.vistalink
Class VistaLoginModuleLoginsDisabledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.security.GeneralSecurityException
                    |
                    +--javax.security.auth.login.LoginException
                          |
                          +--gov.va.med.foundations.security.vistalink.VistaLoginModuleException
                                |
                                +--gov.va.med.foundations.security.vistalink.VistaLoginModuleLoginsDisabledException
All Implemented Interfaces:
FoundationsExceptionInterface, java.io.Serializable

public final class VistaLoginModuleLoginsDisabledException
extends VistaLoginModuleException

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.

Version:
1.0.0.193
Author:
Application Modernization - Foundations Team
See Also:
Serialized Form

Methods inherited from class gov.va.med.foundations.security.vistalink.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
 


VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193