Class ApduException

All Implemented Interfaces:
Serializable

public class ApduException extends CommandException
Thrown when an APDU command fails with an error code. See SW for a list of status codes.
See Also:
  • Constructor Details

    • ApduException

      public ApduException(short sw)
    • ApduException

      public ApduException(short sw, String message)
  • Method Details

    • getSw

      public short getSw()
      Gets error code that received via APDU response
      Returns:
      error code