Class ExceptionHandler

Object
ch.aaap.harvestclient.impl.ExceptionHandler

public class ExceptionHandler extends Object
  • Constructor Details

    • ExceptionHandler

      public ExceptionHandler()
  • Method Details

    • callOrThrow

      public static <T> T callOrThrow(retrofit2.Call<T> call)
    • callOrThrow

      public static <T> T callOrThrow(retrofit2.Call<T> call, int attemptCount)