Class AMQPExceptions_$bundle
- java.lang.Object
-
- io.smallrye.reactive.messaging.amqp.i18n.AMQPExceptions_$bundle
-
- All Implemented Interfaces:
AMQPExceptions
,Serializable
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2020-07-23T10:41:30+0200") 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_$bundle
INSTANCE
-
Fields inherited from interface io.smallrye.reactive.messaging.amqp.i18n.AMQPExceptions
ex
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AMQPExceptions_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Locale
getLoggingLocale()
IllegalArgumentException
illegalArgumentInvalidFailureStrategy(String strategy)
protected String
illegalArgumentInvalidFailureStrategy$str()
IllegalArgumentException
illegalArgumentUnknownFailureStrategy(String strategy)
protected String
illegalArgumentUnknownFailureStrategy$str()
IllegalStateException
illegalStateConnectionDisconnected()
protected String
illegalStateConnectionDisconnected$str()
IllegalStateException
illegalStateFindingBean(String className, String beanName)
protected String
illegalStateFindingBean$str()
IllegalStateException
illegalStateOnlyOneSubscriberAllowed()
protected String
illegalStateOnlyOneSubscriberAllowed$str()
IllegalStateException
illegalStateUnableToCreateClient(Throwable t)
protected String
illegalStateUnableToCreateClient$str()
protected Object
readResolve()
-
-
-
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:
illegalStateFindingBean
in interfaceAMQPExceptions
-
illegalStateUnableToCreateClient$str
protected String illegalStateUnableToCreateClient$str()
-
illegalStateUnableToCreateClient
public final IllegalStateException illegalStateUnableToCreateClient(Throwable t)
- Specified by:
illegalStateUnableToCreateClient
in interfaceAMQPExceptions
-
illegalArgumentInvalidFailureStrategy$str
protected String illegalArgumentInvalidFailureStrategy$str()
-
illegalArgumentInvalidFailureStrategy
public final IllegalArgumentException illegalArgumentInvalidFailureStrategy(String strategy)
- Specified by:
illegalArgumentInvalidFailureStrategy
in interfaceAMQPExceptions
-
illegalStateConnectionDisconnected$str
protected String illegalStateConnectionDisconnected$str()
-
illegalStateConnectionDisconnected
public final IllegalStateException illegalStateConnectionDisconnected()
- Specified by:
illegalStateConnectionDisconnected
in interfaceAMQPExceptions
-
illegalArgumentUnknownFailureStrategy$str
protected String illegalArgumentUnknownFailureStrategy$str()
-
illegalArgumentUnknownFailureStrategy
public final IllegalArgumentException illegalArgumentUnknownFailureStrategy(String strategy)
- Specified by:
illegalArgumentUnknownFailureStrategy
in interfaceAMQPExceptions
-
illegalStateOnlyOneSubscriberAllowed$str
protected String illegalStateOnlyOneSubscriberAllowed$str()
-
illegalStateOnlyOneSubscriberAllowed
public final IllegalStateException illegalStateOnlyOneSubscriberAllowed()
- Specified by:
illegalStateOnlyOneSubscriberAllowed
in interfaceAMQPExceptions
-
-