KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > auth > login > AccountLockedException

javax.security.auth.login
Class AccountLockedException

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 javax.security.auth.login.AccountException
                      extended by javax.security.auth.login.AccountLockedException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public AccountLockedException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AccountLockedException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags