KickJava   Java API By Example, From Geeks To Geeks.

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

javax.security.auth.login
Class CredentialNotFoundException

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

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


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

Popular Tags