Class HTTPQueryEvaluationException

    • Constructor Detail

      • HTTPQueryEvaluationException

        public HTTPQueryEvaluationException​(java.lang.String msg)
        Parameters:
        msg -
      • HTTPQueryEvaluationException

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

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

      • isCausedByIOException

        public boolean isCausedByIOException()
      • isCausedByRepositoryException

        public boolean isCausedByRepositoryException()
      • isCausedByMalformedQueryException

        public boolean isCausedByMalformedQueryException()
      • getCauseAsIOException

        public java.io.IOException getCauseAsIOException()