Class UncheckedHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ac.ebi.utils.opt.net.exceptions.UncheckedHttpException
- All Implemented Interfaces:
Serializable
An unchecked verision of
HttpException
- Author:
- brandizi
- Date:
- 24 May 2022
- See Also:
-
Constructor Summary
ConstructorDescriptionUncheckedHttpException
(String message, org.apache.hc.core5.http.HttpException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedHttpException
-