Package org.apache.activemq.artemis.logs
Interface ActiveMQUtilBundle
-
- All Known Implementing Classes:
ActiveMQUtilBundle_$bundle
@MessageBundle(projectCode="AMQ") public interface ActiveMQUtilBundleLogger Code 20 each message id must be 6 digits long starting with 20, the 3rd digit should be 9 so 209000 to 209999
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQUtilBundleBUNDLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalArgumentExceptionerrorCreatingCodec(Exception e, String codecClassName)IllegalArgumentExceptionfailedToParseLong(String value)ActiveMQIllegalStateExceptioninvalidProperty(String part)IllegalStateExceptioninvalidType(Byte type)IllegalStateExceptionstringTooLong(Integer length)
-
-
-
Field Detail
-
BUNDLE
static final ActiveMQUtilBundle BUNDLE
-
-
Method Detail
-
invalidProperty
@Message(id=209000, value="invalid property: {0}", format=MESSAGE_FORMAT) ActiveMQIllegalStateException invalidProperty(String part)
-
invalidType
@Message(id=209001, value="Invalid type: {0}", format=MESSAGE_FORMAT) IllegalStateException invalidType(Byte type)
-
stringTooLong
@Message(id=209002, value="the specified string is too long ({0})", format=MESSAGE_FORMAT) IllegalStateException stringTooLong(Integer length)
-
errorCreatingCodec
@Message(id=209003, value="Error instantiating codec {0}", format=MESSAGE_FORMAT) IllegalArgumentException errorCreatingCodec(@Cause Exception e, String codecClassName)
-
failedToParseLong
@Message(id=209004, value="Failed to parse long value from {0}", format=MESSAGE_FORMAT) IllegalArgumentException failedToParseLong(String value)
-
-