Class ResponseParsingException

All Implemented Interfaces:
Serializable

public class ResponseParsingException extends BuildkiteException
Thrown if the API responds with content that is unable to be parsed. This likely results from a bug in the Buildkite Api Client library, with it not understanding how to properly parse a given response.
See Also:
  • Constructor Details

    • ResponseParsingException

      public ResponseParsingException(String message)
      Constructor.
      Parameters:
      message - Error message.
    • ResponseParsingException

      public ResponseParsingException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - Error message.
      cause - Underlying exception.