|
ManageEngine Analytics Plus API Docs | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adventnet.zoho.client.report.ServerException
public class ServerException
ServerException is thrown if the report server has recieved the request but did not process the request due to some error. For example if authorization fails.
Method Summary | |
---|---|
java.lang.String |
getAction()
The action to be performed over the resource specified by the uri |
int |
getErrorCode()
Returns the error code sent by the server. |
int |
getHttpStatusCode()
The http status code for the request. |
java.lang.String |
getMessage()
Returns the message sent by the server. |
java.lang.String |
getRequestURI()
The uri which threw this exception. |
java.lang.String |
toString()
Returns the entire error details sent by the server. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getHttpStatusCode()
int
value.public java.lang.String getRequestURI()
String
value.public java.lang.String getAction()
String
valuepublic int getErrorCode()
int
value.public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
String
value.public java.lang.String toString()
toString
in class java.lang.Throwable
String
value.
|
ManageEngine Analytics Plus API Docs | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |