Class RestApiException

    • Constructor Detail

      • RestApiException

        public RestApiException​(int statusCode,
                                java.lang.String errorType,
                                java.lang.String message)
      • RestApiException

        public RestApiException​(HttpResponse response,
                                java.lang.String message)
      • RestApiException

        public RestApiException​(int statusCode,
                                java.lang.String errorType,
                                java.lang.String message,
                                java.lang.Throwable cause)
      • RestApiException

        public RestApiException​(HttpResponse response,
                                java.lang.String message,
                                java.lang.Throwable cause)
    • Method Detail

      • statusCode

        public int statusCode()