Class AuthenticationFailedException

All Implemented Interfaces:
Serializable

public class AuthenticationFailedException extends AccountException
Authentication failed due to incorrect user or password.
See Also:
  • Constructor Details

    • AuthenticationFailedException

      public AuthenticationFailedException(String message, Throwable why)