Class UnixProcessIdUnknownException

All Implemented Interfaces:
Serializable

public final class UnixProcessIdUnknownException extends AbstractException
The requested PID is not known.
See Also:
  • Constructor Details

    • UnixProcessIdUnknownException

      public UnixProcessIdUnknownException()
      Creates a new instance.
    • UnixProcessIdUnknownException

      public UnixProcessIdUnknownException(DBusString message)
      Creates a new instance with a message.
      Parameters:
      message - the message
    • UnixProcessIdUnknownException

      public UnixProcessIdUnknownException(Throwable cause)
      Creates a new instance with a cause.
      Parameters:
      cause - the cause
    • UnixProcessIdUnknownException

      public UnixProcessIdUnknownException(DBusString message, Throwable cause)
      Creates a new instance with a message and cause.
      Parameters:
      message - the message
      cause - the cause