Package tv.hd3g.authkit.mod.exception
Class ResetWithSamePasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tv.hd3g.authkit.mod.exception.ResetWithSamePasswordException
- All Implemented Interfaces:
Serializable
The case when user change password (during a reset password operation), and enter the same password.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResetWithSamePasswordException
public ResetWithSamePasswordException()
-