Class InvalidUserCredentialsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.fernando.user_authentication_api.exception.InvalidUserCredentialsException
All Implemented Interfaces:
Serializable

public class InvalidUserCredentialsException extends RuntimeException
Exception thrown when the user credentials (email or password) are invalid. This exception is used to indicate that the user has entered incorrect credentials while attempting to log in.
Since:
1.0.0
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • InvalidUserCredentialsException

      public InvalidUserCredentialsException()