Module co.tryterra.terraclient
Class BodyParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- co.tryterra.terraclient.exceptions.TerraException
-
- co.tryterra.terraclient.exceptions.BodyParsingException
-
- All Implemented Interfaces:
Serializable
public class BodyParsingException extends TerraException
Exception thrown internally when a non-JSON payload, or malformed JSON payload is attempted to be parsed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BodyParsingException(String text)
BodyParsingException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-