Class ThreescaleCmsApiException

    • Constructor Detail

      • ThreescaleCmsApiException

        ThreescaleCmsApiException(int httpStatus, Error apiError, String message)
      • ThreescaleCmsApiException

        ThreescaleCmsApiException(int httpStatus, String message)
      • ThreescaleCmsApiException

        ThreescaleCmsApiException(int httpStatus, Error apiError)
      • ThreescaleCmsApiException

        ThreescaleCmsApiException(int httpStatus, Error apiError, String message, Throwable cause)
      • ThreescaleCmsApiException

        ThreescaleCmsApiException(int httpStatus, String message, Throwable cause)
      • ThreescaleCmsApiException

        ThreescaleCmsApiException(int httpStatus, Error apiError, Throwable cause)