Class AMQPExceptions_$bundle
- java.lang.Object
-
- io.smallrye.reactive.messaging.amqp.i18n.AMQPExceptions_$bundle
-
- All Implemented Interfaces:
AMQPExceptions,Serializable
public class AMQPExceptions_$bundle extends Object implements AMQPExceptions, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AMQPExceptions_$bundleINSTANCE-
Fields inherited from interface io.smallrye.reactive.messaging.amqp.i18n.AMQPExceptions
ex
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAMQPExceptions_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalArgumentExceptionillegalArgumentInvalidFailureStrategy(String strategy)protected StringillegalArgumentInvalidFailureStrategy$str()IllegalArgumentExceptionillegalArgumentUnknownFailureStrategy(String strategy)protected StringillegalArgumentUnknownFailureStrategy$str()IllegalStateExceptionillegalStateConnectionDisconnected()protected StringillegalStateConnectionDisconnected$str()IllegalStateExceptionillegalStateFindingBean(String className, String beanName)protected StringillegalStateFindingBean$str()IllegalStateExceptionillegalStateOnlyOneSubscriberAllowed()protected StringillegalStateOnlyOneSubscriberAllowed$str()IllegalStateExceptionillegalStateUnableToCreateClient(Throwable t)protected StringillegalStateUnableToCreateClient$str()protected ObjectreadResolve()
-
-
-
Field Detail
-
INSTANCE
public static final AMQPExceptions_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
illegalStateFindingBean$str
protected String illegalStateFindingBean$str()
-
illegalStateFindingBean
public final IllegalStateException illegalStateFindingBean(String className, String beanName)
- Specified by:
illegalStateFindingBeanin interfaceAMQPExceptions
-
illegalStateUnableToCreateClient$str
protected String illegalStateUnableToCreateClient$str()
-
illegalStateUnableToCreateClient
public final IllegalStateException illegalStateUnableToCreateClient(Throwable t)
- Specified by:
illegalStateUnableToCreateClientin interfaceAMQPExceptions
-
illegalArgumentInvalidFailureStrategy$str
protected String illegalArgumentInvalidFailureStrategy$str()
-
illegalArgumentInvalidFailureStrategy
public final IllegalArgumentException illegalArgumentInvalidFailureStrategy(String strategy)
- Specified by:
illegalArgumentInvalidFailureStrategyin interfaceAMQPExceptions
-
illegalStateConnectionDisconnected$str
protected String illegalStateConnectionDisconnected$str()
-
illegalStateConnectionDisconnected
public final IllegalStateException illegalStateConnectionDisconnected()
- Specified by:
illegalStateConnectionDisconnectedin interfaceAMQPExceptions
-
illegalArgumentUnknownFailureStrategy$str
protected String illegalArgumentUnknownFailureStrategy$str()
-
illegalArgumentUnknownFailureStrategy
public final IllegalArgumentException illegalArgumentUnknownFailureStrategy(String strategy)
- Specified by:
illegalArgumentUnknownFailureStrategyin interfaceAMQPExceptions
-
illegalStateOnlyOneSubscriberAllowed$str
protected String illegalStateOnlyOneSubscriberAllowed$str()
-
illegalStateOnlyOneSubscriberAllowed
public final IllegalStateException illegalStateOnlyOneSubscriberAllowed()
- Specified by:
illegalStateOnlyOneSubscriberAllowedin interfaceAMQPExceptions
-
-