Class FailedResponseException

java.lang.Object
java.lang.Throwable
io.featureflow.client.core.FailedResponseException
All Implemented Interfaces:
Serializable

public class FailedResponseException extends Throwable
Created by oliver on 6/06/2016.
See Also:
  • Constructor Details

    • FailedResponseException

      public FailedResponseException(String responseMessage, int responseCode, String url)
  • Method Details

    • getResponseCode

      public int getResponseCode()