public class HTTPUpdateExecutionException extends UpdateExecutionException
| Constructor and Description | 
|---|
| HTTPUpdateExecutionException(String msg) | 
| HTTPUpdateExecutionException(String msg,
                            Throwable cause) | 
| HTTPUpdateExecutionException(Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| IOException | getCauseAsIOException() | 
| MalformedQueryException | getCauseAsMalformedQueryException() | 
| RepositoryException | getCauseAsRepositoryException() | 
| boolean | isCausedByIOException() | 
| boolean | isCausedByMalformedQueryException() | 
| boolean | isCausedByRepositoryException() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HTTPUpdateExecutionException(String msg)
msg - public HTTPUpdateExecutionException(String msg, Throwable cause)
msg - cause - public HTTPUpdateExecutionException(Throwable cause)
cause - public boolean isCausedByIOException()
public boolean isCausedByRepositoryException()
public boolean isCausedByMalformedQueryException()
public IOException getCauseAsIOException()
public RepositoryException getCauseAsRepositoryException()
public MalformedQueryException getCauseAsMalformedQueryException()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.