Package de.sfuhrm.radiorecorder
Class RadioException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.sfuhrm.radiorecorder.RadioException
- All Implemented Interfaces:
Serializable
Application internal exception.
- Author:
- Stephan Fuhrmann
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRadioException(boolean retryable, Throwable cause) Constructor for a RadioException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RadioException
Constructor for a RadioException.- Parameters:
retryable- whether the problem source could only be temporarily and a retry might make sense.cause- the causing exception.
-