public class HelpContentReaderException extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private int |
responseCode |
| Constructor and Description |
|---|
HelpContentReaderException(java.lang.String message) |
HelpContentReaderException(java.lang.String message,
java.lang.Throwable cause) |
HelpContentReaderException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getResponseCode()
Replies the HTTP response code related to the wiki access exception.
|
void |
setResponseCode(int responseCode)
Sets the HTTP response code
|
private int responseCode
public HelpContentReaderException(java.lang.String message, java.lang.Throwable cause)
public HelpContentReaderException(java.lang.String message)
public HelpContentReaderException(java.lang.Throwable cause)
public int getResponseCode()
public void setResponseCode(int responseCode)
responseCode - the response code