public class ServerErrorException extends CanonException
| Constructor and Description |
|---|
ServerErrorException() |
ServerErrorException(org.apache.http.client.methods.CloseableHttpResponse response) |
ServerErrorException(String message) |
ServerErrorException(String message,
org.apache.http.client.methods.CloseableHttpResponse response) |
ServerErrorException(String message,
Throwable cause) |
ServerErrorException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ServerErrorException(Throwable cause) |
getHttpStatusCode, getResponseBody, getResponseHeadersaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerErrorException()
public ServerErrorException(String message)
public ServerErrorException(Throwable cause)
public ServerErrorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ServerErrorException(String message, org.apache.http.client.methods.CloseableHttpResponse response)
public ServerErrorException(org.apache.http.client.methods.CloseableHttpResponse response)
Copyright © 2018 Symphony Software Foundation. All rights reserved.