PasswordTooShortException

public class PasswordTooShortException extends RuntimeException

Signals that password is shorter than the configured minimal length.

Constructors

PasswordTooShortException

public PasswordTooShortException(int minLength)
Parameters:
  • minLength – the configured minimal length of the password

Methods

getMinLength

public int getMinLength()
Returns:the configured minimal length of the password