Class HTTPUpdateExecutionException

All Implemented Interfaces:
Serializable

public class HTTPUpdateExecutionException extends UpdateExecutionException
Author:
Jeen Broekstra
See Also:
  • Constructor Details

    • 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 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()