Class WeakPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ntu.fdae.group1.bto.exceptions.WeakPasswordException
- All Implemented Interfaces:
Serializable
Exception thrown when a password does not meet the required strength criteria.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWeakPasswordException
(String message) Constructs a new WeakPasswordException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WeakPasswordException
Constructs a new WeakPasswordException with the specified detail message.- Parameters:
message
- the detail message.
-