Package kong.unirest.core
Class UnirestParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- kong.unirest.core.UnirestException
-
- kong.unirest.core.UnirestParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnirestParsingException extends UnirestException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
originalBody
-
Constructor Summary
Constructors Constructor Description UnirestParsingException(java.lang.String originalBody, java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOriginalBody()
-