@MessageBundle(projectCode="AMQ")
public interface ActiveMQUtilBundle
| Modifier and Type | Field and Description |
|---|---|
static ActiveMQUtilBundle |
BUNDLE |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
errorCreatingCodec(Exception e,
String codecClassName) |
IllegalArgumentException |
failedToParseLong(String value) |
ActiveMQIllegalStateException |
invalidProperty(String part) |
IllegalStateException |
invalidType(Byte type) |
IllegalStateException |
stringTooLong(Integer length) |
static final ActiveMQUtilBundle BUNDLE
@Message(id=209000,
value="invalid property: {0}",
format=MESSAGE_FORMAT)
ActiveMQIllegalStateException invalidProperty(String part)
@Message(id=209001,
value="Invalid type: {0}",
format=MESSAGE_FORMAT)
IllegalStateException invalidType(Byte type)
@Message(id=209002,
value="the specified string is too long ({0})",
format=MESSAGE_FORMAT)
IllegalStateException stringTooLong(Integer length)
@Message(id=209003,
value="Error instantiating codec {0}",
format=MESSAGE_FORMAT)
IllegalArgumentException errorCreatingCodec(@Cause
Exception e,
String codecClassName)
@Message(id=209004,
value="Failed to parse long value from {0}",
format=MESSAGE_FORMAT)
IllegalArgumentException failedToParseLong(String value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.