@MessageBundle(projectCode="HQ") public interface HornetQUtilBundle
Modifier and Type | Field and Description |
---|---|
static HornetQUtilBundle |
BUNDLE |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
errorCreatingCodec(Exception e,
String codecClassName) |
HornetQIllegalStateException |
invalidProperty(String part) |
IllegalStateException |
invalidType(Byte type) |
IllegalStateException |
stringTooLong(Integer length) |
static final HornetQUtilBundle BUNDLE
@Message(id=209000, value="invalid property: {0}", format=MESSAGE_FORMAT) HornetQIllegalStateException 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)
Copyright © 2018 JBoss by Red Hat. All rights reserved.