FileDocCategorySizeDatePackage
EeListenModeException.javaAPI DocAndroid 5.1 API857Thu Mar 12 22:22:40 GMT 2015com.android.nfc_extras

EeListenModeException

public class EeListenModeException extends EeIOException

Fields Summary
Constructors Summary
public EeListenModeException()

        super();
    
public EeListenModeException(String message)

        super(message);
    
Methods Summary