public class HttpException extends IOException
| Constructor and Description | 
|---|
HttpException(int responseCode)  | 
HttpException(int responseCode,
                          String arg0)  | 
HttpException(int responseCode,
                          String message,
                          Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getResponseCode()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpException(int responseCode)
public HttpException(int responseCode, String message, Throwable cause)
public HttpException(int responseCode, String arg0)
public int getResponseCode()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.