Class WebhookException

  • All Implemented Interfaces:
    Serializable

    public class WebhookException
    extends RuntimeException
    The exception is thrown when the processing of the payment webhook failed.
    Author:
    Dima Myroniuk (dmyroniuk)
    See Also:
    Serialized Form
    • Constructor Detail

      • WebhookException

        public WebhookException​(String message)
      • WebhookException

        public WebhookException​(String message,
                                Throwable cause)