Class SnsExceptions_$bundle
- java.lang.Object
-
- io.smallrye.reactive.messaging.aws.sns.i18n.SnsExceptions_$bundle
-
- All Implemented Interfaces:
SnsExceptions
,Serializable
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2020-07-23T10:41:35+0200") public class SnsExceptions_$bundle extends Object implements SnsExceptions, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SnsExceptions_$bundle
INSTANCE
-
Fields inherited from interface io.smallrye.reactive.messaging.aws.sns.i18n.SnsExceptions
ex
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SnsExceptions_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Locale
getLoggingLocale()
IllegalArgumentException
illegalArgumentInvalidURL(Throwable t)
protected String
illegalArgumentInvalidURL$str()
protected Object
readResolve()
-
-
-
Field Detail
-
INSTANCE
public static final SnsExceptions_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
illegalArgumentInvalidURL$str
protected String illegalArgumentInvalidURL$str()
-
illegalArgumentInvalidURL
public final IllegalArgumentException illegalArgumentInvalidURL(Throwable t)
- Specified by:
illegalArgumentInvalidURL
in interfaceSnsExceptions
-
-