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
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 invalid input: '<'r.cerhak@gmail.com>
- See Also:
-
Constructor Summary
ConstructorDescriptionPasswordResetLinkNotValidException
(String message) PasswordResetLinkNotValidException
(String message, Throwable cause) -
Method Summary
Methods inherited from class cz.metacentrum.perun.core.api.exceptions.PerunException
getErrorId, getFriendlyMessageTemplate, getMessage, getName, setErrorId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PasswordResetLinkNotValidException
-
PasswordResetLinkNotValidException
-
PasswordResetLinkNotValidException
-