Class GdcSardineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.http.client.ClientProtocolException
org.apache.http.client.HttpResponseException
com.github.sardine.impl.SardineException
com.gooddata.sdk.service.gdc.GdcSardineException
All Implemented Interfaces:
Serializable

public class GdcSardineException extends com.github.sardine.impl.SardineException
Extended Sardine exception about X-GDC-REQUEST header value.
See Also:
  • Constructor Details

    • GdcSardineException

      public GdcSardineException(String requestId, String msg, int statusCode, String responsePhrase)
      Parameters:
      msg - Custom description of failure
      statusCode - Error code returned by server
      responsePhrase - Response phrase following the error code
      requestId - The X-GDC-REQUEST identifier.
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class com.github.sardine.impl.SardineException