@MessageBundle(projectCode="HQ") public interface HornetQJMSServerBundle
Modifier and Type | Field and Description |
---|---|
static HornetQJMSServerBundle |
BUNDLE |
Modifier and Type | Method and Description |
---|---|
HornetQInternalErrorException |
cfDoesntExist(String name) |
HornetQAddressExistsException |
cfJndiExists(String name) |
HornetQIllegalStateException |
discoveryGroupDoesntExist(String name) |
HornetQIllegalStateException |
errorDecodingPassword(Exception e) |
HornetQInternalErrorException |
invalidNodeParsingCF(String name) |
HornetQInternalErrorException |
invalidSignatureParsingCF(String sig) |
HornetQIllegalStateException |
noConnectorNameConfiguredOnCF(String name) |
HornetQIllegalStateException |
noConnectorNameOnCF() |
static final HornetQJMSServerBundle BUNDLE
@Message(id=129000, value="Connection Factory {0} does not exist", format=MESSAGE_FORMAT) HornetQInternalErrorException cfDoesntExist(String name)
@Message(id=129001, value="Invalid signature {0} parsing Connection Factory", format=MESSAGE_FORMAT) HornetQInternalErrorException invalidSignatureParsingCF(String sig)
@Message(id=129002, value="Invalid node {0} parsing Connection Factory", format=MESSAGE_FORMAT) HornetQInternalErrorException invalidNodeParsingCF(String name)
@Message(id=129003, value="Discovery Group \'\'{0}\'\' does not exist on main config", format=MESSAGE_FORMAT) HornetQIllegalStateException discoveryGroupDoesntExist(String name)
@Message(id=129004, value="No Connector name configured on create ConnectionFactory", format=MESSAGE_FORMAT) HornetQIllegalStateException noConnectorNameOnCF()
@Message(id=129005, value="Connector \'\'{0}\'\' not found on the main configuration file", format=MESSAGE_FORMAT) HornetQIllegalStateException noConnectorNameConfiguredOnCF(String name)
@Message(id=129006, value="JNDI {0} is already being used by another connection factory", format=MESSAGE_FORMAT) HornetQAddressExistsException cfJndiExists(String name)
@Message(id=129007, value="Error decoding password using codec instance", format=MESSAGE_FORMAT) HornetQIllegalStateException errorDecodingPassword(@Cause Exception e)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.