FileDocCategorySizeDatePackage
EeIOException.javaAPI DocAndroid 5.1 API860Thu Mar 12 22:22:40 GMT 2015com.android.nfc_extras

EeIOException

public class EeIOException extends IOException

Fields Summary
Constructors Summary
public EeIOException()

        super();
    
public EeIOException(String message)

        super(message);
    
Methods Summary