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