Package dev.mayuna.simpleapi.exceptions
Class HttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.mayuna.simpleapi.exceptions.HttpException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpException extends java.lang.RuntimeExceptionThis exception is thrown when some HTTP client related exception is thrown- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpException(HttpError httpError)
-
-
-
Constructor Detail
-
HttpException
public HttpException(HttpError httpError)
-
-