public class RadioBrowserException extends RuntimeException
| Constructor and Description |
|---|
RadioBrowserException(String message)
Constructs an exception from an error message.
|
RadioBrowserException(Throwable inner)
Constructs an exception from another exception
which is the cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RadioBrowserException(String message)
message - the error message for this exception.public RadioBrowserException(Throwable inner)
inner - the cause of this exception.Copyright © 2017. All rights reserved.