Package org.apache.activemq.artemis.logs
Interface ActiveMQUtilBundle
-
- All Known Implementing Classes:
ActiveMQUtilBundle_impl
public interface ActiveMQUtilBundleLogger Code 20
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQUtilBundleBUNDLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalArgumentExceptionerrorCreatingCodec(String codecClassName, Exception e)IllegalArgumentExceptionfailedToParseLong(String value)ActiveMQIllegalStateExceptioninvalidProperty(String part)IllegalStateExceptioninvalidType(Byte type)IllegalStateExceptionstringTooLong(Integer length)
-
-
-
Field Detail
-
BUNDLE
static final ActiveMQUtilBundle BUNDLE
-
-
Method Detail
-
invalidProperty
ActiveMQIllegalStateException invalidProperty(String part)
-
invalidType
IllegalStateException invalidType(Byte type)
-
stringTooLong
IllegalStateException stringTooLong(Integer length)
-
errorCreatingCodec
IllegalArgumentException errorCreatingCodec(String codecClassName, Exception e)
-
failedToParseLong
IllegalArgumentException failedToParseLong(String value)
-
-