Class CallFailedRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.fineract.client.util.CallFailedRuntimeException
All Implemented Interfaces:
Serializable

public class CallFailedRuntimeException extends RuntimeException
Exception thrown by Calls utility when Calls fail.
See Also:
  • Constructor Details

    • CallFailedRuntimeException

      public CallFailedRuntimeException(retrofit2.Call<T> call, Throwable t)
    • CallFailedRuntimeException

      public CallFailedRuntimeException(retrofit2.Call<T> call, retrofit2.Response<T> response)
  • Method Details

    • getCall

      public <T> retrofit2.Call<T> getCall()
    • getResponse

      public <T> retrofit2.Response<T> getResponse()