public class MalformedResponseException extends GoCardlessException
Exception thrown when a response is returned from the API which isn’t valid JSON (for example, an HTML error page returned from a load balancer)
Constructor and Description |
---|
MalformedResponseException(java.lang.String responseBody) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResponseBody() |