|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.sswap.api.servlet.ClientException
public class ClientException
Exception class for HTTP response code 400 Bad Request.
Field Summary | |
---|---|
protected static java.lang.String |
defaultMessage
|
Constructor Summary | |
---|---|
ClientException()
Creates a new exception |
|
ClientException(java.lang.Exception exception)
Creates a new exception with the exception |
|
ClientException(java.lang.String detailMessage)
Creates a new exception with the detail message |
Method Summary | |
---|---|
int |
getResponseCode()
The HTTP response (status) code 400 Request Entity Too Large |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static java.lang.String defaultMessage
Constructor Detail |
---|
public ClientException()
public ClientException(java.lang.String detailMessage)
detailMessage
- exception detail messagepublic ClientException(java.lang.Exception exception)
exception
- source exception for this client exceptionMethod Detail |
---|
public int getResponseCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |