ErrnoExceptionpublic 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.String | getMessage() throw new RuntimeException("Stub!");
|
|