Class HTTPQueryEvaluationException

All Implemented Interfaces:
Serializable

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

    • HTTPQueryEvaluationException Link icon

      public HTTPQueryEvaluationException(String msg)
      Parameters:
      msg -
    • HTTPQueryEvaluationException Link icon

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

      public HTTPQueryEvaluationException(Throwable cause)
      Parameters:
      cause -
  • Method Details Link icon

    • isCausedByIOException Link icon

      public boolean isCausedByIOException()
    • isCausedByRepositoryException Link icon

      public boolean isCausedByRepositoryException()
    • isCausedByMalformedQueryException Link icon

      public boolean isCausedByMalformedQueryException()
    • getCauseAsIOException Link icon

      public IOException getCauseAsIOException()
    • getCauseAsRepositoryException Link icon

      public RepositoryException getCauseAsRepositoryException()
    • getCauseAsMalformedQueryException Link icon

      public MalformedQueryException getCauseAsMalformedQueryException()