Class HTTPUpdateExecutionException

    • Constructor Detail

      • HTTPUpdateExecutionException

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

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

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

      • isCausedByIOException

        public boolean isCausedByIOException()
      • isCausedByRepositoryException

        public boolean isCausedByRepositoryException()
      • isCausedByMalformedQueryException

        public boolean isCausedByMalformedQueryException()
      • getCauseAsIOException

        public IOException getCauseAsIOException()