Class HTTPQueryEvaluationException

    • Constructor Detail

      • HTTPQueryEvaluationException

        public HTTPQueryEvaluationException​(String msg)
        Parameters:
        msg -
      • HTTPQueryEvaluationException

        public HTTPQueryEvaluationException​(String msg,
                                            Throwable cause)
        Parameters:
        msg -
        cause -
      • HTTPQueryEvaluationException

        public HTTPQueryEvaluationException​(Throwable cause)
        Parameters:
        cause -
    • Method Detail

      • isCausedByIOException

        public boolean isCausedByIOException()
      • isCausedByRepositoryException

        public boolean isCausedByRepositoryException()
      • isCausedByMalformedQueryException

        public boolean isCausedByMalformedQueryException()
      • getCauseAsIOException

        public IOException getCauseAsIOException()