Class MPApiException

    • Constructor Detail

      • MPApiException

        public MPApiException​(String message,
                              MPResponse response)
        MPApiException constructor.
        Parameters:
        message - message
        response - response
      • MPApiException

        public MPApiException​(String message,
                              Throwable cause,
                              MPResponse response)
        MPApiException constructor.
        Parameters:
        message - message
        cause - cause
        response - response
    • Method Detail

      • getStatusCode

        public int getStatusCode()
      • getApiResponse

        public MPResponse getApiResponse()