Class NotSupportedException

All Implemented Interfaces:
Serializable

public final class NotSupportedException extends AbstractException
The requested operation is not supported on the local system.
See Also:
  • Constructor Details

    • NotSupportedException

      public NotSupportedException()
      Creates a new instance.
    • NotSupportedException

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

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

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