Class PasswordComplexityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
hudson.security.PasswordComplexityException
All Implemented Interfaces:
Serializable

public class PasswordComplexityException extends Exception
Thrown by PasswordComplexityRule.validate(String) when a password does not meet the configured complexity requirements.
Since:
TODO
See Also:
  • Constructor Details

    • PasswordComplexityException

      public PasswordComplexityException(String message)