Uses of Class
com.zerodeplibs.webpush.jwt.VAPIDJWTCreationException
-
Packages that use VAPIDJWTCreationException Package Description com.zerodeplibs.webpush.jwt Provides the classes and interfaces used to generate JSON Web Token (JWT) for the Voluntary Application Server Identification (VAPID). -
-
Uses of VAPIDJWTCreationException in com.zerodeplibs.webpush.jwt
Methods in com.zerodeplibs.webpush.jwt that return VAPIDJWTCreationException Modifier and Type Method Description static VAPIDJWTCreationExceptionVAPIDJWTCreationException. withDefaultMessage(Throwable cause)Creates a newVAPIDJWTCreationExceptionwith the default message and the given cause.
-