Klasse RadioBrowserException

Alle implementierten Schnittstellen:
Serializable

public class RadioBrowserException extends RuntimeException
Exception in radio browser communication.
Autor:
Stephan Fuhrmann
Siehe auch:
  • Konstruktordetails

    • RadioBrowserException

      public RadioBrowserException(String message)
      Constructs an exception from an error message.
      Parameter:
      message - the error message for this exception.
    • RadioBrowserException

      public RadioBrowserException(Throwable inner)
      Constructs an exception from another exception which is the cause.
      Parameter:
      inner - the cause of this exception.