Class LockedAccountException

All Implemented Interfaces:
Serializable

public class LockedAccountException extends InvalidLoginException
This exception is thrown when the user cannot login because the account is locked. This only applies when the appropriate PCI features are enabled.
See Also:
  • Constructor Details

    • LockedAccountException

      public LockedAccountException(String message)