public class PosixException extends RuntimeException
PosixAPI
,
Serialized FormConstructor and Description |
---|
PosixException(String message,
org.jruby.ext.posix.POSIX.ERRORS errors) |
Modifier and Type | Method and Description |
---|---|
org.jruby.ext.posix.POSIX.ERRORS |
getErrorCode()
Deprecated.
Leaks reference to deprecated jna-posix API.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public PosixException(String message, org.jruby.ext.posix.POSIX.ERRORS errors)
@Deprecated public org.jruby.ext.posix.POSIX.ERRORS getErrorCode()
Copyright © 2004–2021. All rights reserved.