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 java.lang.IllegalArgumentExceptionerrorCreatingCodec(java.lang.Exception e, java.lang.String codecClassName)java.lang.IllegalArgumentExceptionfailedToParseLong(java.lang.String value)ActiveMQIllegalStateExceptioninvalidProperty(java.lang.String part)java.lang.IllegalStateExceptioninvalidType(java.lang.Byte type)java.lang.IllegalStateExceptionstringTooLong(java.lang.Integer length)
-
-
-
Field Detail
-
BUNDLE
static final ActiveMQUtilBundle BUNDLE
-
-
Method Detail
-
invalidProperty
@Message(id=209000, value="invalid property: {0}", format=MESSAGE_FORMAT) ActiveMQIllegalStateException invalidProperty(java.lang.String part)
-
invalidType
@Message(id=209001, value="Invalid type: {0}", format=MESSAGE_FORMAT) java.lang.IllegalStateException invalidType(java.lang.Byte type)
-
stringTooLong
@Message(id=209002, value="the specified string is too long ({0})", format=MESSAGE_FORMAT) java.lang.IllegalStateException stringTooLong(java.lang.Integer length)
-
errorCreatingCodec
@Message(id=209003, value="Error instantiating codec {0}", format=MESSAGE_FORMAT) java.lang.IllegalArgumentException errorCreatingCodec(@Cause java.lang.Exception e, java.lang.String codecClassName)
-
failedToParseLong
@Message(id=209004, value="Failed to parse long value from {0}", format=MESSAGE_FORMAT) java.lang.IllegalArgumentException failedToParseLong(java.lang.String value)
-
-