Package de.sfuhrm.radiobrowser4j
Class RadioBrowserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.sfuhrm.radiobrowser4j.RadioBrowserException
-
- All Implemented Interfaces:
Serializable
public class RadioBrowserException extends RuntimeException
Exception in radio browser communication.- Author:
- Stephan Fuhrmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RadioBrowserException(String message)Constructs an exception from an error message.RadioBrowserException(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
-
-
-
-
Constructor Detail
-
RadioBrowserException
public RadioBrowserException(String message)
Constructs an exception from an error message.- Parameters:
message- the error message for this exception.
-
RadioBrowserException
public RadioBrowserException(Throwable inner)
Constructs an exception from another exception which is the cause.- Parameters:
inner- the cause of this exception.
-
-