Class PasswordResetLinkNotValidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.PasswordResetLinkNotValidException
All Implemented Interfaces:
Serializable

public class PasswordResetLinkNotValidException extends PerunException
This exception is thrown when password reset link is not valid because it was either already used or has never existed.
Author:
Radoslav Čerhák <r.cerhak@gmail.com>
See Also:
  • Constructor Details

    • PasswordResetLinkNotValidException

      public PasswordResetLinkNotValidException(String message)
    • PasswordResetLinkNotValidException

      public PasswordResetLinkNotValidException(String message, Throwable cause)
    • PasswordResetLinkNotValidException

      public PasswordResetLinkNotValidException(Throwable cause)