@MessageBundle(projectCode="JBAS")
public interface RemotingMessages
| Modifier and Type | Field and Description |
|---|---|
static RemotingMessages |
MESSAGES
The messages
|
static final RemotingMessages MESSAGES
@Message(id=17110,
value="Could not start channel listener")
org.jboss.msc.service.StartException couldNotStartChanelListener(@Cause
Exception e)
@Message(id=17111,
value="Shutting down")
IllegalStateException channelShuttingDown()
@Message(id=17112,
value="%s")
org.jboss.msc.service.StartException couldNotBindToSocket(String message,
@Cause
BindException e)
@Message(id=17113,
value="Failed to start service")
org.jboss.msc.service.StartException couldNotStart(@Cause
Exception e)
@Message(id=17114,
value="Endpoint is null")
IllegalStateException endpointEmpty()
@Message(id=17115,
value="Connection name cannot be null or empty")
IllegalStateException connectionNameEmpty()
@Message(id=17116,
value="Connection URI cannot be null for connection named: %s")
IllegalStateException connectionUriEmpty(String connectionName)
@Message(id=17117,
value="Outbound socket binding reference cannot be null or empty for connection named: %s")
IllegalStateException outboundSocketBindingEmpty(String connectionName)
@Message(id=17118,
value="Destination URI cannot be null while creating an outbound remote connection service")
IllegalStateException destinationUriEmpty()
@Message(id=17119,
value="A security realm has been specified but no supported mechanism identified")
IllegalStateException noSupportingMechanismsForRealm()
@Message(id=17121,
value="ANONYMOUS mechanism so not expecting a callback")
UnsupportedCallbackException anonymousMechanismNotExpected(@Param
Callback current)
@Message(id=17122,
value="Unable to create tmp dir for auth tokens as file already exists.")
org.jboss.msc.service.StartException unableToCreateTempDirForAuthTokensFileExists()
@Message(id=17123,
value="Unable to create auth dir %s.")
org.jboss.msc.service.StartException unableToCreateAuthDir(String dir)
@Message(id=17125,
value="Could not connect")
RuntimeException couldNotConnect(@Cause
URISyntaxException e)
@Message(id=17126,
value="Invalid QOP value: %s")
IllegalStateException invalidQOPV(String qop)
@Message(id=17127,
value="Invalid Strength value: %s")
IllegalStateException invalidStrength(String strengthValue)
@Message(id=17128,
value="Cannot create a valid URI from %s -- %s")
OperationFailedException couldNotCreateURI(String uri,
String msg)
@Message(id=17129,
value="Unsupported Callback")
UnsupportedCallbackException unsupportedCallback(@Param
Callback current)
@Message(id=17130,
value="Invalid Strength \'%s\' string given")
IllegalArgumentException illegalStrength(String strength)
@Message(id=17131,
value="HTTP Upgrade request missing Sec-JbossRemoting-Key header")
IOException upgradeRequestMissingKey()
@Message(id=17132,
value="Worker configuration is no longer used, please use endpoint worker configuration")
OperationFailedException workerConfigurationIgnored()
Copyright © 2014 JBoss by Red Hat. All rights reserved.