javax.security.auth.login

Class CredentialNotFoundException

public class CredentialNotFoundException extends CredentialException

An exception that indicates that a credential was not found.

Since: 1.5

Constructor Summary
CredentialNotFoundException()
Create a new exception.
CredentialNotFoundException(String message)
Create a new exception with the given detail message.

Constructor Detail

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