Package io.smallrye.jwt.build.spi
Class SpiMessages_$bundle
java.lang.Object
io.smallrye.jwt.build.spi.SpiMessages_$bundle
- All Implemented Interfaces:
Serializable
Warning this class consists of generated code.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpiMessages_$bundlestatic final io.smallrye.jwt.build.spi.SpiMessages -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Localefinal JwtExceptionproviderCannotBeInstantiated(String provider, String exceptionMessage, Throwable throwable) protected Stringfinal JwtExceptionproviderClassCannotBeAccessed(String provider, String exceptionMessage, Throwable throwable) protected Stringfinal JwtExceptionproviderNotFound(String provider, String exceptionMessage, Throwable throwable) protected Stringprotected Object
-
Field Details
-
INSTANCE
-
msg
static final io.smallrye.jwt.build.spi.SpiMessages msg
-
-
Constructor Details
-
SpiMessages_$bundle
protected SpiMessages_$bundle()
-
-
Method Details
-
readResolve
-
getLoggingLocale
-
providerNotFound$str
-
providerNotFound
public final JwtException providerNotFound(String provider, String exceptionMessage, Throwable throwable) -
providerClassCannotBeAccessed$str
-
providerClassCannotBeAccessed
public final JwtException providerClassCannotBeAccessed(String provider, String exceptionMessage, Throwable throwable) -
providerCannotBeInstantiated$str
-
providerCannotBeInstantiated
public final JwtException providerCannotBeInstantiated(String provider, String exceptionMessage, Throwable throwable)
-