Package hudson.os
Class PosixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- hudson.os.PosixException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class PosixException extends RuntimeException
Deprecated.useIOException
Indicates an error during POSIX API call.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PosixException(String message)
Deprecated.PosixException(String message, Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-