Class HTTPUpdateExecutionException

All Implemented Interfaces:
Serializable

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

    • HTTPUpdateExecutionException Link icon

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

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

      public HTTPUpdateExecutionException(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()