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

public class WeakPasswordException extends RuntimeException
Exception thrown when a password does not meet the required strength criteria.
See Also:
  • Constructor Details

    • WeakPasswordException

      public WeakPasswordException(String message)
      Constructs a new WeakPasswordException with the specified detail message.
      Parameters:
      message - the detail message.