Class UserBlockedException

  • All Implemented Interfaces:
    Serializable

    public class UserBlockedException
    extends org.springframework.security.core.AuthenticationException
    This exception is thrown in case of a not activated user trying to authenticate.
    See Also:
    Serialized Form
    • Constructor Detail

      • UserBlockedException

        public UserBlockedException​(String message)
      • UserBlockedException

        public UserBlockedException​(String message,
                                    Throwable t)