public class ClientException extends RuntimeException
Constructor and Description |
---|
ClientException() |
ClientException(int statusCode) |
ClientException(int statusCode,
String message) |
ClientException(String message) |
ClientException(String message,
Throwable cause) |
ClientException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getStatusCode() |
void |
setStatusCode(int statusCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2009–2014. All rights reserved.