Class PasswordReusedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ca.corefacility.bioinformatics.irida.exceptions.PasswordReusedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PasswordReusedException extends java.lang.RuntimeException
Thrown when a user attempts to update a password with one they've already used.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordReusedException(java.lang.String message)
Create a newPasswordReusedException
with the given message
-
-
-
Constructor Detail
-
PasswordReusedException
public PasswordReusedException(java.lang.String message)
Create a newPasswordReusedException
with the given message- Parameters:
message
- message to report
-
-