Class WebPushException

All Implemented Interfaces:
Serializable

public class WebPushException extends RuntimeException
Checked exception which is thrown when Web Push initialisation or sending a Web Push notification fails.
Since:
24.2
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • WebPushException

      public WebPushException()
    • WebPushException

      public WebPushException(String message)
    • WebPushException

      public WebPushException(String message, Throwable cause)
    • WebPushException

      public WebPushException(Throwable cause)
    • WebPushException

      public WebPushException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)