Package kong.unirest.core
Class UnrecoverableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- kong.unirest.core.UnirestException
-
- kong.unirest.core.UnrecoverableException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnrecoverableException extends UnirestException
An exception which prevents Unirest from attempting to recover the body from a failed response / parsing error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecoverableException(java.lang.Exception e)
-