Class PasswordStrengthException

All Implemented Interfaces:
Serializable

public class PasswordStrengthException extends PerunException
This exception is thrown when password fails strength check required by the namespace
Author:
Pavel Zlámal <zlamal@cesnet.cz>
See Also:
  • Constructor Details

    • PasswordStrengthException

      public PasswordStrengthException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • PasswordStrengthException

      public PasswordStrengthException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • PasswordStrengthException

      public PasswordStrengthException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception