| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.cardreader.CardDeviceException
CardDeviceException | public class CardDeviceException extends Exception (Code) | | This exception is thrown when the device configuration is bad.
During the runtime of the properly configured build there must
be no situations when this exception is thrown.
All configuration problems must be caught by i3tests.
|
CardDeviceException | public CardDeviceException()(Code) | | Default constructor.
|
CardDeviceException | public CardDeviceException(String message)(Code) | | Constructor with the message.
Parameters: message - Detailed message about the exception |
|
|
|