Class PasswordAlreadyUsedException

  • All Implemented Interfaces:
    Serializable

    public class PasswordAlreadyUsedException
    extends AuthenticationException
    Raised when you try to change password that was already used
    Since:
    8.6.1
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Constructor Detail

      • PasswordAlreadyUsedException

        public PasswordAlreadyUsedException​(Date date)
      • PasswordAlreadyUsedException

        public PasswordAlreadyUsedException​(String message,
                                            Date date)