public class ClientException extends Exception
Constructor and Description |
---|
ClientException(String message) |
ClientException(String message,
int htmlStatusCode) |
ClientException(String message,
int htmlStatusCode,
Throwable throwable) |
ClientException(String message,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
int |
getHttpStatusCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientException(String message)
public ClientException(String message, int htmlStatusCode)
public int getHttpStatusCode()
public String getMessage()
getMessage
in class Throwable
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.