Class UserPasswordException.MustComplyWithRegex

All Implemented Interfaces:
Serializable
Enclosing class:
UserPasswordException

public static class UserPasswordException.MustComplyWithRegex extends UserPasswordException
See Also:
  • Field Details

    • regex

      public final String regex
    • userId

      public final long userId
  • Constructor Details

    • MustComplyWithRegex

      public MustComplyWithRegex(long userId, String regex)