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:
java.io.Serializable
public class GdcSardineException extends com.github.sardine.impl.SardineExceptionExtended Sardine exception about X-GDC-REQUEST header value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GdcSardineException(java.lang.String requestId, java.lang.String msg, int statusCode, java.lang.String responsePhrase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()-
Methods inherited from class org.apache.http.client.HttpResponseException
getReasonPhrase, getStatusCode
-
-
-
-
Constructor Detail
-
GdcSardineException
public GdcSardineException(java.lang.String requestId, java.lang.String msg, int statusCode, java.lang.String responsePhrase)- Parameters:
msg- Custom description of failurestatusCode- Error code returned by serverresponsePhrase- Response phrase following the error coderequestId- The X-GDC-REQUEST identifier.
-
-