Class AccountNotActiveException

  • All Implemented Interfaces:
    Serializable

    public class AccountNotActiveException
    extends org.springframework.security.authentication.AccountStatusException
    Provides an exception used to denote that a user account is inactive.
    See Also:
    Serialized Form
    • Constructor Detail

      • AccountNotActiveException

        public AccountNotActiveException​(String msg,
                                         String status)
        Create a AccountNotActiveException with the specified parameters
        Parameters:
        msg - the detail message
        status - the actual user status
    • Method Detail

      • getStatus

        public String getStatus()
        Return the actual user status
        Returns:
        the user status