Class HttpExceptions_$bundle
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.http.i18n.HttpExceptions_$bundle
 
 
- 
- All Implemented Interfaces:
 HttpExceptions,Serializable
public class HttpExceptions_$bundle extends Object implements HttpExceptions, Serializable
Warning this class consists of generated code.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static HttpExceptions_$bundleINSTANCE- 
Fields inherited from interface io.smallrye.reactive.messaging.http.i18n.HttpExceptions
ex 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedHttpExceptions_$bundle() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalArgumentExceptionillegalArgumentInvalidVerb(String actualMethod)protected StringillegalArgumentInvalidVerb$str()IllegalArgumentExceptionillegalArgumentUrlNotSet()protected StringillegalArgumentUrlNotSet$str()protected ObjectreadResolve()RuntimeExceptionruntimePostInvalidStatus(String url, int statusCode)protected StringruntimePostInvalidStatus$str()IllegalArgumentExceptionunableToFindSerializer(Class payloadClass, List<String> supportedTypes)protected StringunableToFindSerializer$str()IllegalArgumentExceptionunableToLoadClass(String className)protected StringunableToLoadClass$str() 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final HttpExceptions_$bundle INSTANCE
 
 - 
 
- 
Method Detail
- 
readResolve
protected Object readResolve()
 
- 
getLoggingLocale
protected Locale getLoggingLocale()
 
- 
illegalArgumentUrlNotSet$str
protected String illegalArgumentUrlNotSet$str()
 
- 
illegalArgumentUrlNotSet
public final IllegalArgumentException illegalArgumentUrlNotSet()
- Specified by:
 illegalArgumentUrlNotSetin interfaceHttpExceptions
 
- 
illegalArgumentInvalidVerb$str
protected String illegalArgumentInvalidVerb$str()
 
- 
illegalArgumentInvalidVerb
public final IllegalArgumentException illegalArgumentInvalidVerb(String actualMethod)
- Specified by:
 illegalArgumentInvalidVerbin interfaceHttpExceptions
 
- 
runtimePostInvalidStatus$str
protected String runtimePostInvalidStatus$str()
 
- 
runtimePostInvalidStatus
public final RuntimeException runtimePostInvalidStatus(String url, int statusCode)
- Specified by:
 runtimePostInvalidStatusin interfaceHttpExceptions
 
- 
unableToFindSerializer$str
protected String unableToFindSerializer$str()
 
- 
unableToFindSerializer
public final IllegalArgumentException unableToFindSerializer(Class payloadClass, List<String> supportedTypes)
- Specified by:
 unableToFindSerializerin interfaceHttpExceptions
 
- 
unableToLoadClass$str
protected String unableToLoadClass$str()
 
- 
unableToLoadClass
public final IllegalArgumentException unableToLoadClass(String className)
- Specified by:
 unableToLoadClassin interfaceHttpExceptions
 
 - 
 
 -