Class ChangePasswordIncorrectException

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

public class ChangePasswordIncorrectException extends RuntimeException
Exception thrown when the current password provided for changing a user's password is incorrect. This exception is used to indicate that the user has entered an incorrect current password while attempting to change their password.
Since:
1.0.0
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • ChangePasswordIncorrectException

      public ChangePasswordIncorrectException()