Package io.meeds.wom.api.constant
Class WomRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.meeds.wom.api.constant.WomException
io.meeds.wom.api.constant.WomRequestException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWomRequestException(WomErrorMessage errorMessage) WomRequestException(WomErrorMessage errorMessage, Exception e) WomRequestException(String message) WomRequestException(String message, boolean shouldRetry) WomRequestException(String message, boolean shouldRetry, int code) WomRequestException(String message, Exception e) -
Method Summary
Methods inherited from class io.meeds.wom.api.constant.WomException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WomRequestException
-
WomRequestException
-
WomRequestException
-
WomRequestException
-
WomRequestException
-
WomRequestException
-