Package com.vaadin.flow.server.webpush
Class WebPushException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.flow.server.webpush.WebPushException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionWebPushException(String message) WebPushException(String message, Throwable cause) WebPushException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) WebPushException(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
-
WebPushException
public WebPushException() -
WebPushException
-
WebPushException
-
WebPushException
-
WebPushException
-