FileDocCategorySizeDatePackage
CardDeviceException.javaAPI DocphoneME MR2 API (J2ME)1664Wed May 02 18:00:38 BST 2007com.sun.cardreader

CardDeviceException

public class CardDeviceException extends Exception
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.

Fields Summary
Constructors Summary
public CardDeviceException()
Default constructor.

    
public CardDeviceException(String message)
Constructor with the message.

param
message Detailed message about the exception

        super(message);
    
Methods Summary