Class RadioBrowserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RadioBrowserException
    extends java.lang.RuntimeException
    Exception in radio browser communication.
    Author:
    Stephan Fuhrmann
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RadioBrowserException​(java.lang.String message)
      Constructs an exception from an error message.
      RadioBrowserException​(java.lang.Throwable inner)
      Constructs an exception from another exception which is the cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RadioBrowserException

        public RadioBrowserException​(java.lang.String message)
        Constructs an exception from an error message.
        Parameters:
        message - the error message for this exception.
      • RadioBrowserException

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