Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getMessage

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