Class HTTPQueryEvaluationException

All Implemented Interfaces:
Serializable

public class HTTPQueryEvaluationException extends QueryEvaluationException
Author:
Herko ter Horst
See Also:
  • Constructor Details

    • 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 Details

    • isCausedByIOException

      public boolean isCausedByIOException()
    • isCausedByRepositoryException

      public boolean isCausedByRepositoryException()
    • isCausedByMalformedQueryException

      public boolean isCausedByMalformedQueryException()
    • getCauseAsIOException

      public IOException getCauseAsIOException()
    • getCauseAsRepositoryException

      public RepositoryException getCauseAsRepositoryException()
    • getCauseAsMalformedQueryException

      public MalformedQueryException getCauseAsMalformedQueryException()