KickJava   Java API By Example, From Geeks To Geeks.

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

javax.security.auth.login
Class CredentialException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CredentialExpiredException, CredentialNotFoundException
See Also:
Source Code

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


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

Popular Tags