Package de.sfuhrm.radiorecorder
Klasse RadioException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.sfuhrm.radiorecorder.RadioException
- Alle implementierten Schnittstellen:
Serializable
Application internal exception.
- Autor:
- Stephan Fuhrmann
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRadioException(boolean retryable, Throwable cause) Constructor for a RadioException. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
RadioException
Constructor for a RadioException.- Parameter:
retryable- whether the problem source could only be temporarily and a retry might make sense.cause- the causing exception.
-