public class ServerFailureException
extends hudson.util.IOException2
The point of this exception type is to capture the failed HttpMethod,
so that we can later record the error message on the server, which is often
crucial in diagnosing a problem.
| Constructor and Description |
|---|
ServerFailureException(org.apache.commons.httpclient.HttpMethod method) |
ServerFailureException(org.apache.commons.httpclient.HttpMethod method,
String message,
Throwable cause) |
ServerFailureException(org.apache.commons.httpclient.HttpMethod method,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.httpclient.HttpMethod |
getMethod() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerFailureException(org.apache.commons.httpclient.HttpMethod method,
String message,
Throwable cause)
public ServerFailureException(org.apache.commons.httpclient.HttpMethod method,
Throwable cause)
public ServerFailureException(org.apache.commons.httpclient.HttpMethod method)
throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.