Class WebhookRetryableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.webhookservices.service.impl.WebhookRetryableException
-
- All Implemented Interfaces:
java.io.Serializable
public class WebhookRetryableException extends java.lang.RuntimeExceptionWebhook retryable runtime exception to trigger the retry mechanism inWebhookImmediateRetryOutboundServiceFacade.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebhookRetryableException(java.lang.String message)Constructs a new WebhookRetryableException exception with a specific message.WebhookRetryableException(java.lang.String message, java.lang.Throwable cause)Constructs a new WebhookRetryableException exception with a specific message and cause.
-
-
-
Constructor Detail
-
WebhookRetryableException
public WebhookRetryableException(java.lang.String message)
Constructs a new WebhookRetryableException exception with a specific message.- Parameters:
message- the exception message
-
WebhookRetryableException
public WebhookRetryableException(java.lang.String message, java.lang.Throwable cause)Constructs a new WebhookRetryableException exception with a specific message and cause.- Parameters:
message- the exception messagecause- the cause of the exception
-
-