ISOException
reason
Constructs an ISOException instance with the specified status word.paramsw the ISO 7816-4 defined status word super(sw);
super(sw);
Throws an instance of the ISOException class with the specified status word.paramsw ISO 7816-4 defined status wordexceptionISOException always throw new ISOException(sw);
throw new ISOException(sw);