Class SnsExceptions_$bundle
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.aws.sns.i18n.SnsExceptions_$bundle
 
 
- 
- All Implemented Interfaces:
 SnsExceptions,Serializable
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_$bundleINSTANCE- 
Fields inherited from interface io.smallrye.reactive.messaging.aws.sns.i18n.SnsExceptions
ex 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedSnsExceptions_$bundle() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalArgumentExceptionillegalArgumentInvalidURL(Throwable t)protected StringillegalArgumentInvalidURL$str()protected ObjectreadResolve() 
 - 
 
- 
- 
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:
 illegalArgumentInvalidURLin interfaceSnsExceptions
 
 - 
 
 -