Klasse RadioException

Alle implementierten Schnittstellen:
Serializable

public class RadioException extends RuntimeException
Application internal exception.
Autor:
Stephan Fuhrmann
Siehe auch:
  • Konstruktordetails

    • RadioException

      public RadioException(boolean retryable, Throwable cause)
      Constructor for a RadioException.
      Parameter:
      retryable - whether the problem source could only be temporarily and a retry might make sense.
      cause - the causing exception.