Package com.gooddata.sdk.service.gdc
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 Summary
ConstructorsConstructorDescriptionGdcSardineException(String requestId, String msg, int statusCode, String responsePhrase) -
Method Summary
Methods inherited from class com.github.sardine.impl.SardineException
getResponsePhraseMethods inherited from class org.apache.http.client.HttpResponseException
getReasonPhrase, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GdcSardineException
- Parameters:
msg- Custom description of failurestatusCode- Error code returned by serverresponsePhrase- Response phrase following the error coderequestId- The X-GDC-REQUEST identifier.
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classcom.github.sardine.impl.SardineException
-