public class HttpExceptions_$bundle extends Object implements HttpExceptions, Serializable
| Modifier and Type | Field and Description |
|---|---|
static HttpExceptions_$bundle |
INSTANCE |
ex| Modifier | Constructor and Description |
|---|---|
protected |
HttpExceptions_$bundle() |
| Modifier and Type | Method and Description |
|---|---|
protected Locale |
getLoggingLocale() |
IllegalArgumentException |
illegalArgumentInvalidVerb(String actualMethod) |
protected String |
illegalArgumentInvalidVerb$str() |
IllegalArgumentException |
illegalArgumentUrlNotSet() |
protected String |
illegalArgumentUrlNotSet$str() |
protected Object |
readResolve() |
RuntimeException |
runtimePostInvalidStatus(String url,
int statusCode) |
protected String |
runtimePostInvalidStatus$str() |
IllegalArgumentException |
unableToFindSerializer(Class payloadClass,
List<String> supportedTypes) |
protected String |
unableToFindSerializer$str() |
IllegalArgumentException |
unableToLoadClass(String className) |
protected String |
unableToLoadClass$str() |
public static final HttpExceptions_$bundle INSTANCE
protected Object readResolve()
protected Locale getLoggingLocale()
protected String illegalArgumentUrlNotSet$str()
public final IllegalArgumentException illegalArgumentUrlNotSet()
illegalArgumentUrlNotSet in interface HttpExceptionsprotected String illegalArgumentInvalidVerb$str()
public final IllegalArgumentException illegalArgumentInvalidVerb(String actualMethod)
illegalArgumentInvalidVerb in interface HttpExceptionsprotected String runtimePostInvalidStatus$str()
public final RuntimeException runtimePostInvalidStatus(String url, int statusCode)
runtimePostInvalidStatus in interface HttpExceptionsprotected String unableToFindSerializer$str()
public final IllegalArgumentException unableToFindSerializer(Class payloadClass, List<String> supportedTypes)
unableToFindSerializer in interface HttpExceptionsprotected String unableToLoadClass$str()
public final IllegalArgumentException unableToLoadClass(String className)
unableToLoadClass in interface HttpExceptionsCopyright © 2018–2021 SmallRye. All rights reserved.