Class RadioException

All Implemented Interfaces:
Serializable

public class RadioException extends RuntimeException
Application internal exception.
Author:
Stephan Fuhrmann
See Also:
  • Constructor Details

    • RadioException

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