Class ApiException

    • Constructor Detail

      • ApiException

        public ApiException()
      • ApiException

        public ApiException​(Throwable throwable)
      • ApiException

        public ApiException​(String message)
      • ApiException

        public ApiException​(String message,
                            Throwable throwable)
      • ApiException

        public ApiException​(String message,
                            Throwable throwable,
                            int code)
      • ApiException

        public ApiException​(String message,
                            int code)
      • ApiException

        public ApiException​(int code,
                            String message)
    • Method Detail

      • getCode

        public int getCode()
        Get the HTTP status code.
        Returns:
        HTTP status code