Package com.chargebee.v4.webhook
Class WebhookEventHandler.WebhookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.chargebee.v4.webhook.WebhookEventHandler.WebhookException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WebhookEventHandler
Exception thrown when webhook processing fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebhookException(String message) WebhookException(String message, Throwable 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
-
WebhookException
-
WebhookException
-