Class DeletedException

  • All Implemented Interfaces:
    Serializable

    public class DeletedException
    extends org.springframework.security.authentication.AccountStatusException
    Extension of AccountStatusException thrown when a deleted user tries to authenticate.
    Since:
    4.0
    Author:
    joseross
    See Also:
    Serialized Form
    • Constructor Detail

      • DeletedException

        public DeletedException​(String msg)
      • DeletedException

        public DeletedException​(String msg,
                                Throwable cause)