Package com.zoho.analytics.client
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.zoho.analytics.client.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseException extends java.lang.ExceptionParseException 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
Constructors Modifier Constructor Description protectedParseException(java.lang.String responseContent, java.lang.String message, java.lang.Throwable th)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetResponseMessage()Returns the complete response content as sent by the server.
-