public class SpiMessages_$bundle extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static SpiMessages_$bundle |
INSTANCE |
static io.smallrye.jwt.build.spi.SpiMessages |
msg |
| Modifier | Constructor and Description |
|---|---|
protected |
SpiMessages_$bundle() |
| Modifier and Type | Method and Description |
|---|---|
protected Locale |
getLoggingLocale() |
JwtException |
providerCannotBeInstantiated(String provider,
String exceptionMessage,
Throwable throwable) |
protected String |
providerCannotBeInstantiated$str() |
JwtException |
providerClassCannotBeAccessed(String provider,
String exceptionMessage,
Throwable throwable) |
protected String |
providerClassCannotBeAccessed$str() |
JwtException |
providerNotFound(String provider,
String exceptionMessage,
Throwable throwable) |
protected String |
providerNotFound$str() |
protected Object |
readResolve() |
public static final SpiMessages_$bundle INSTANCE
public static final io.smallrye.jwt.build.spi.SpiMessages msg
protected Object readResolve()
protected Locale getLoggingLocale()
protected String providerNotFound$str()
public final JwtException providerNotFound(String provider, String exceptionMessage, Throwable throwable)
protected String providerClassCannotBeAccessed$str()
public final JwtException providerClassCannotBeAccessed(String provider, String exceptionMessage, Throwable throwable)
protected String providerCannotBeInstantiated$str()
public final JwtException providerCannotBeInstantiated(String provider, String exceptionMessage, Throwable throwable)
Copyright © 2018–2022. All rights reserved.