|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opentox.pol.RestException
public class RestException
Field Summary | |
---|---|
protected int |
httpcode
|
Constructor Summary | |
---|---|
RestException(int code)
|
|
RestException(int code,
String message)
|
|
RestException(int code,
String message,
Throwable cause)
|
|
RestException(int code,
Throwable cause)
|
Method Summary | |
---|---|
int |
getHttpcode()
|
void |
setHttpcode(int httpcode)
|
String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int httpcode
Constructor Detail |
---|
public RestException(int code)
public RestException(int code, String message)
public RestException(int code, String message, Throwable cause)
public RestException(int code, Throwable cause)
Method Detail |
---|
public int getHttpcode()
public void setHttpcode(int httpcode)
public String toString()
toString
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |