Class InvalidPinException

All Implemented Interfaces:
Serializable

public class InvalidPinException extends CommandException
Thrown when the wrong PIN or PUK is used (or when the PIN or PUK is in a blocked state).
See Also:
  • Constructor Details

    • InvalidPinException

      public InvalidPinException(int attemptsRemaining, String message)
    • InvalidPinException

      public InvalidPinException(int attemptsRemaining)
  • Method Details

    • getAttemptsRemaining

      public int getAttemptsRemaining()