public class NativeIOException extends IOException
Constructor and Description |
---|
NativeIOException(String msg,
Errno errno) |
NativeIOException(String msg,
int errorCode) |
Modifier and Type | Method and Description |
---|---|
Errno |
getErrno() |
long |
getErrorCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NativeIOException(String msg, int errorCode)
Copyright © 2013 Apache Software Foundation. All rights reserved.