Class PasswordStrengthFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.PasswordStrengthFailedException
All Implemented Interfaces:
Serializable

public class PasswordStrengthFailedException extends PerunException
Thrown when password doesn't match expected strength requirements.
Author:
Pavel Zlámal <zlamal@cesnet.cz>
See Also:
  • Constructor Details

    • PasswordStrengthFailedException

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

      public PasswordStrengthFailedException(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
    • PasswordStrengthFailedException

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