hudson.os
Class PosixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
hudson.os.PosixException
- All Implemented Interfaces:
- Serializable
public class PosixException
- extends RuntimeException
Indicates an error during POSIX API call.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
PosixException
public PosixException(String message,
org.jruby.ext.posix.POSIX.ERRORS errors)
getErrorCode
public org.jruby.ext.posix.POSIX.ERRORS getErrorCode()
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2004-2013. All Rights Reserved.