public class CanonException extends Exception
| Modifier | Constructor and Description |
|---|---|
|
CanonException(int httpStatusCode) |
|
CanonException(int httpStatusCode,
String message) |
|
CanonException(int httpStatusCode,
String message,
org.apache.http.client.methods.CloseableHttpResponse response) |
|
CanonException(int httpStatusCode,
String message,
Throwable cause) |
protected |
CanonException(int httpStatusCode,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
CanonException(int httpStatusCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatusCode() |
String |
getResponseBody() |
org.apache.http.Header[] |
getResponseHeaders() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CanonException(int httpStatusCode)
public CanonException(int httpStatusCode,
String message)
public CanonException(int httpStatusCode,
Throwable cause)
protected CanonException(int httpStatusCode,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Copyright © 2018 Symphony Software Foundation. All rights reserved.