|
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.ParseException
public class ParseException
ParseException is thrown if the server has responded but client was not able to parse the response. Possible reasons could be version mismatch.The client might have to be updated to a newer version.
Constructor Summary | |
---|---|
ParseException(java.lang.String responseContent,
java.lang.String message,
java.lang.Throwable th)
|
Method Summary | |
---|---|
java.lang.String |
getResponseContent()
Returns the complete response content as sent by the server. |
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 |
Constructor Detail |
---|
public ParseException(java.lang.String responseContent, java.lang.String message, java.lang.Throwable th)
Method Detail |
---|
public java.lang.String getResponseContent()
|
ManageEngine Analytics Plus API Docs | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |