Class WebhookRetryableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webhookservices.service.impl.WebhookRetryableException
- All Implemented Interfaces:
Serializable
Webhook retryable runtime exception to trigger the retry mechanism in
WebhookImmediateRetryOutboundServiceFacade.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebhookRetryableException(String message) Constructs a new WebhookRetryableException exception with a specific message.WebhookRetryableException(String message, Throwable cause) Constructs a new WebhookRetryableException exception with a specific message and 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
-
WebhookRetryableException
Constructs a new WebhookRetryableException exception with a specific message.- Parameters:
message- the exception message
-
WebhookRetryableException
Constructs a new WebhookRetryableException exception with a specific message and cause.- Parameters:
message- the exception messagecause- the cause of the exception
-