Class ResponseParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amilesend.client.connection.ConnectionException
com.amilesend.client.connection.ResponseException
com.amilesend.client.connection.ResponseParseException
- All Implemented Interfaces:
Serializable
Defines the exception thrown from
Connection that is specific to an issue with parsing a response.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResponseParseException(String msg, Throwable cause) Creates a newResponseParseException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResponseParseException
-