Class CodeDxClientException

  • All Implemented Interfaces:
    Serializable

    public class CodeDxClientException
    extends Exception
    An exception thrown by various CodeDxClient calls.
    Author:
    anthonyd
    See Also:
    Serialized Form
    • Constructor Detail

      • CodeDxClientException

        public CodeDxClientException​(String requestMethod,
                                     String requestPath,
                                     String responseMessage,
                                     int httpCode,
                                     String responseContent)
    • Method Detail

      • getHttpCode

        public int getHttpCode()
      • getRequestPath

        public String getRequestPath()
      • getRequestMethod

        public String getRequestMethod()
      • getResponseContent

        public String getResponseContent()
      • getResponseMessage

        public String getResponseMessage()