Class UnknownObjectException

All Implemented Interfaces:
Serializable

public final class UnknownObjectException extends AbstractException
The requested object does not exist in the selected service.
See Also:
  • Constructor Details

    • UnknownObjectException

      public UnknownObjectException()
      Creates a new instance.
    • UnknownObjectException

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

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

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