Class AccountInactiveException

  • All Implemented Interfaces:
    Serializable

    public class AccountInactiveException
    extends AuthenticationException
    Raised when the account is interpreted as inactive because it was not interacting since a lot of days
    Since:
    8.7.2
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Constructor Detail

      • AccountInactiveException

        public AccountInactiveException()
      • AccountInactiveException

        public AccountInactiveException​(int days)
      • AccountInactiveException

        public AccountInactiveException​(Authenticator authenticator)