Class HttpExceptions_$bundle
- java.lang.Object
-
- io.smallrye.reactive.messaging.http.i18n.HttpExceptions_$bundle
-
- All Implemented Interfaces:
HttpExceptions
,Serializable
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2020-07-23T10:41:32+0200") 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_$bundle
INSTANCE
-
Fields inherited from interface io.smallrye.reactive.messaging.http.i18n.HttpExceptions
ex
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HttpExceptions_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
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:
illegalArgumentUrlNotSet
in interfaceHttpExceptions
-
illegalArgumentInvalidVerb$str
protected String illegalArgumentInvalidVerb$str()
-
illegalArgumentInvalidVerb
public final IllegalArgumentException illegalArgumentInvalidVerb(String actualMethod)
- Specified by:
illegalArgumentInvalidVerb
in interfaceHttpExceptions
-
runtimePostInvalidStatus$str
protected String runtimePostInvalidStatus$str()
-
runtimePostInvalidStatus
public final RuntimeException runtimePostInvalidStatus(String url, int statusCode)
- Specified by:
runtimePostInvalidStatus
in interfaceHttpExceptions
-
unableToFindSerializer$str
protected String unableToFindSerializer$str()
-
unableToFindSerializer
public final IllegalArgumentException unableToFindSerializer(Class payloadClass, List<String> supportedTypes)
- Specified by:
unableToFindSerializer
in interfaceHttpExceptions
-
unableToLoadClass$str
protected String unableToLoadClass$str()
-
unableToLoadClass
public final IllegalArgumentException unableToLoadClass(String className)
- Specified by:
unableToLoadClass
in interfaceHttpExceptions
-
-