public class WebhookEventException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected FailureReason |
failureReason |
| Constructor and Description |
|---|
WebhookEventException(java.lang.String msg,
FailureReason reason) |
WebhookEventException(java.lang.Throwable ex,
java.lang.String msg,
FailureReason reason) |
| Modifier and Type | Method and Description |
|---|---|
FailureReason |
getFailureReason() |
protected FailureReason failureReason
public WebhookEventException(java.lang.String msg,
FailureReason reason)
public WebhookEventException(java.lang.Throwable ex,
java.lang.String msg,
FailureReason reason)
public FailureReason getFailureReason()