Class ServiceUnknownException

All Implemented Interfaces:
Serializable

public final class ServiceUnknownException extends AbstractException
The contacted bus service is unknown and cannot be activated.
See Also:
  • Constructor Details

    • ServiceUnknownException

      public ServiceUnknownException()
      Creates a new instance.
    • ServiceUnknownException

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

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

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