FileDocCategorySizeDatePackage
ErrnoException.javaAPI DocAndroid 5.1 API434Sat Mar 14 14:09:38 GMT 2015android.system

ErrnoException

public final class ErrnoException extends Exception

Fields Summary
public final int
errno
Constructors Summary
public ErrnoException(String functionName, int errno)

 throw new RuntimeException("Stub!"); 
public ErrnoException(String functionName, int errno, Throwable cause)

 throw new RuntimeException("Stub!"); 
Methods Summary
public java.lang.StringgetMessage()

 throw new RuntimeException("Stub!");