hudson.os
Class PosixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
PosixException(String message, org.jruby.ext.posix.POSIX.ERRORS errors)
           
 
Method Summary
 org.jruby.ext.posix.POSIX.ERRORS getErrorCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PosixException

public PosixException(String message,
                      org.jruby.ext.posix.POSIX.ERRORS errors)
Method Detail

getErrorCode

public org.jruby.ext.posix.POSIX.ERRORS getErrorCode()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2004-2013. All Rights Reserved.