Class RestApiException

    • Constructor Detail

      • RestApiException

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

        public RestApiException​(int statusCode,
                                String errorType,
                                String message,
                                Throwable cause)
    • Method Detail

      • statusCode

        public int statusCode()