Class UserNotActivatedException

  • All Implemented Interfaces:
    Serializable

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

      • UserNotActivatedException

        public UserNotActivatedException​(String message)
      • UserNotActivatedException

        public UserNotActivatedException​(String message,
                                         Throwable t)