Class PasswordResetLinkExpiredException

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

public class PasswordResetLinkExpiredException extends PerunException
This exception is thrown when password reset link expired (after couple of hours).
Author:
Radoslav Čerhák <r.cerhak@gmail.com>
See Also:
  • Constructor Details

    • PasswordResetLinkExpiredException

      public PasswordResetLinkExpiredException(String message)
    • PasswordResetLinkExpiredException

      public PasswordResetLinkExpiredException(String message, Throwable cause)
    • PasswordResetLinkExpiredException

      public PasswordResetLinkExpiredException(Throwable cause)