Package org.cyclos.impl.users
Class InvalidForgotPasswordCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.cyclos.impl.users.InvalidForgotPasswordCodeException
-
- All Implemented Interfaces:
Serializable
public class InvalidForgotPasswordCodeException extends Exception
Exception thrown in an attempt to get a forgot password attempt with an invalid code- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidForgotPasswordCodeException(BasicUser user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicUsergetUser()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-