ManageEngine Analytics Plus API Docs

com.adventnet.zoho.client.report
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adventnet.zoho.client.report.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

ParseException

public ParseException(java.lang.String responseContent,
                      java.lang.String message,
                      java.lang.Throwable th)
Method Detail

getResponseContent

public java.lang.String getResponseContent()
Returns the complete response content as sent by the server.


ManageEngine Analytics Plus API Docs

Copyright © 2018 AdventNet Inc. All Rights Reserved.