Class InvalidCredentialException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPasswordException, UnknownUidException

public class InvalidCredentialException extends ConnectorSecurityException
InvalidCredentialException signals that user authentication failed.

This exception is thrown by Connector if authentication failed. For example, a Connector throws this exception if the user entered an incorrect password.

See Also: