Class NoNetworkException

All Implemented Interfaces:
Serializable

public final class NoNetworkException extends AbstractException
No network available to execute requested network operation on.
See Also:
  • Constructor Details

    • NoNetworkException

      public NoNetworkException()
      Creates a new instance.
    • NoNetworkException

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

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

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