Package org.apache.activemq.artemis.logs
Class ActiveMQUtilBundle_impl
- java.lang.Object
-
- org.apache.activemq.artemis.logs.ActiveMQUtilBundle_impl
-
- All Implemented Interfaces:
ActiveMQUtilBundle
public class ActiveMQUtilBundle_impl extends Object implements ActiveMQUtilBundle
-
-
Field Summary
-
Fields inherited from interface org.apache.activemq.artemis.logs.ActiveMQUtilBundle
BUNDLE
-
-
Constructor Summary
Constructors Constructor Description ActiveMQUtilBundle_impl(org.slf4j.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IllegalArgumentExceptionerrorCreatingCodec(String codecClassName, Exception e)IllegalArgumentExceptionfailedToParseLong(String value)ActiveMQIllegalStateExceptioninvalidProperty(String part)IllegalStateExceptioninvalidType(Byte type)IllegalStateExceptionstringTooLong(Integer length)
-
-
-
Method Detail
-
invalidProperty
public ActiveMQIllegalStateException invalidProperty(String part)
- Specified by:
invalidPropertyin interfaceActiveMQUtilBundle
-
invalidType
public IllegalStateException invalidType(Byte type)
- Specified by:
invalidTypein interfaceActiveMQUtilBundle
-
stringTooLong
public IllegalStateException stringTooLong(Integer length)
- Specified by:
stringTooLongin interfaceActiveMQUtilBundle
-
errorCreatingCodec
public IllegalArgumentException errorCreatingCodec(String codecClassName, Exception e)
- Specified by:
errorCreatingCodecin interfaceActiveMQUtilBundle
-
failedToParseLong
public IllegalArgumentException failedToParseLong(String value)
- Specified by:
failedToParseLongin interfaceActiveMQUtilBundle
-
-