Package org.apache.activemq.artemis.logs
Class ActiveMQUtilBundle_$bundle
- java.lang.Object
-
- org.apache.activemq.artemis.logs.ActiveMQUtilBundle_$bundle
-
- All Implemented Interfaces:
Serializable,ActiveMQUtilBundle
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2023-10-12T13:31:01+0000") public class ActiveMQUtilBundle_$bundle extends Object implements ActiveMQUtilBundle, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQUtilBundle_$bundleINSTANCE-
Fields inherited from interface org.apache.activemq.artemis.logs.ActiveMQUtilBundle
BUNDLE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedActiveMQUtilBundle_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IllegalArgumentExceptionerrorCreatingCodec(Exception e, String codecClassName)protected StringerrorCreatingCodec$str()IllegalArgumentExceptionfailedToParseLong(String value)protected StringfailedToParseLong$str()protected LocalegetLoggingLocale()ActiveMQIllegalStateExceptioninvalidProperty(String part)protected StringinvalidProperty$str()IllegalStateExceptioninvalidType(Byte type)protected StringinvalidType$str()protected ObjectreadResolve()IllegalStateExceptionstringTooLong(Integer length)protected StringstringTooLong$str()
-
-
-
Field Detail
-
INSTANCE
public static final ActiveMQUtilBundle_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
invalidProperty$str
protected String invalidProperty$str()
-
invalidProperty
public final ActiveMQIllegalStateException invalidProperty(String part)
- Specified by:
invalidPropertyin interfaceActiveMQUtilBundle
-
invalidType$str
protected String invalidType$str()
-
invalidType
public final IllegalStateException invalidType(Byte type)
- Specified by:
invalidTypein interfaceActiveMQUtilBundle
-
stringTooLong$str
protected String stringTooLong$str()
-
stringTooLong
public final IllegalStateException stringTooLong(Integer length)
- Specified by:
stringTooLongin interfaceActiveMQUtilBundle
-
errorCreatingCodec$str
protected String errorCreatingCodec$str()
-
errorCreatingCodec
public final IllegalArgumentException errorCreatingCodec(Exception e, String codecClassName)
- Specified by:
errorCreatingCodecin interfaceActiveMQUtilBundle
-
failedToParseLong$str
protected String failedToParseLong$str()
-
failedToParseLong
public final IllegalArgumentException failedToParseLong(String value)
- Specified by:
failedToParseLongin interfaceActiveMQUtilBundle
-
-