javax.security.auth.login

Class CredentialException

public class CredentialException extends LoginException

This is the base class for various credential-related exceptions.

Since: 1.5

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

Constructor Detail

CredentialException

public CredentialException()
Create a new exception object.

CredentialException

public CredentialException(String message)
Create a new exception with the given detail message.

Parameters: message the detail message