javax.security.auth.login
Class CredentialNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
javax.security.auth.login.CredentialException
javax.security.auth.login.CredentialNotFoundException
- All Implemented Interfaces:
- Serializable
public class CredentialNotFoundException
- extends CredentialException
An exception that indicates that a credential was not found.
- Since:
- 1.5
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CredentialNotFoundException
public CredentialNotFoundException()
- Create a new exception.
CredentialNotFoundException
public CredentialNotFoundException(String message)
- Create a new exception with the given detail message.
- Parameters:
message
- the detail message