Package hudson.os

Class PosixException

All Implemented Interfaces:
Serializable

@Deprecated public class PosixException extends RuntimeException
Deprecated.
Indicates an error during POSIX API call.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • PosixException

      public PosixException(String message)
      Deprecated.
    • PosixException

      public PosixException(String message, Throwable cause)
      Deprecated.