Class CredentialsIncorrectException

All Implemented Interfaces:
Serializable

public class CredentialsIncorrectException extends CredentialsException
Thrown when an authentication request is rejected because the credentials are incorrect.
See Also:
  • Constructor Details

    • CredentialsIncorrectException

      public CredentialsIncorrectException(String message)
      Constructs an CredentialsIncorrectException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).