Class CallingServerErrorException

All Implemented Interfaces:
Serializable

public final class CallingServerErrorException extends HttpResponseException
Exception thrown for an invalid response with CallingServerError information.
See Also:
  • Constructor Details

    • CallingServerErrorException

      public CallingServerErrorException(String message, HttpResponse response)
      Initializes a new instance of the CallingServerResponseException class.
      Parameters:
      message - the exception message or the response content if a message is not available.
      response - the HTTP response.
    • CallingServerErrorException

      public CallingServerErrorException(String message, HttpResponse response, CallingServerError value)
      Initializes a new instance of the CallingServerErrorException class.
      Parameters:
      message - the exception message or the response content if a message is not available.
      response - the HTTP response.
      value - the deserialized response value.
  • Method Details