@MessageBundle(projectCode="JBAS")
public interface InfinispanMessages
| Modifier and Type | Field and Description |
|---|---|
static InfinispanMessages |
MESSAGES
A logger with the category of the default clustering package.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
abortingCacheOperation(Throwable cause,
int numberOfRetries)
Creates an exception indicating that the cache is aborting after the specified number of retries.
|
OperationFailedException |
attributeDeprecated(String attributeName)
Creates an exception indicating that an attribute has been deprecated.
|
OperationFailedException |
cacheStoreAlreadyDefined(String existingStoreName)
Creates an exception indicating a cache store cannot be added as one already exists.
|
OperationFailedException |
cannotRemoveAliasFromEmptyList(String aliasName)
Creates an exception indicating unable to remove an alias from an empty list of aliases.
|
org.jboss.msc.inject.InjectionException |
failedToInjectSocketBinding(UnknownHostException cause,
OutboundSocketBinding binding)
Creates an exception indicating a failure to resolve the outbound socket binding represented by the
binding parameter. |
OperationFailedException |
failedToInvokeOperation(Throwable cause,
String operation)
Creates an exception indicating failure to invoke an operation.
|
IllegalStateException |
failedToParse(Throwable cause,
URL url)
A message indicating that the resource could not be parsed.
|
OperationFailedException |
invalidCacheStore(Throwable cause,
String cacheStoreName)
Creates an exception indicating an invalid cache store.
|
IllegalArgumentException |
invalidDefaultCache(String cacheName,
String cacheContainerName)
Creates an exception indicating an invalid cache store.
|
IllegalStateException |
invalidExecutorProperty(String id,
Properties properties)
Creates an exception indicating an executor property is invalid.
|
String |
invalidParameterValue(String id,
String allowableValues)
Creates an exception indicating an operation parameter is invalid.
|
IllegalStateException |
invalidTransportProperty(String id,
Properties properties)
Creates an exception indicating a transport property is invalid.
|
String |
notFound(String resourceName)
A message indicating that the resource could not be located.
|
OperationFailedException |
propertyValueNotDefined(String propertyKey)
Creates an exception indicating a cache store cannot be added as one already exists.
|
String |
segmentsDoesNotSupportExpressions() |
OperationFailedException |
singletonResourceAlreadyExists(String resourceName)
Creates an exception indicating a singleton resource already exists.
|
org.jboss.msc.service.StartException |
transportRequired(org.infinispan.configuration.cache.CacheMode mode,
String cache,
String cacheContainer) |
String |
unknownMetric(String metricName) |
String |
virtualNodesDoesNotSupportExpressions() |
static final InfinispanMessages MESSAGES
@Message(id=10290,
value="Could not resolve destination address for outbound socket binding named \'%s\'")
org.jboss.msc.inject.InjectionException failedToInjectSocketBinding(@Cause
UnknownHostException cause,
OutboundSocketBinding binding)
binding parameter.cause - the cause of the error.binding - the outbound socket binding.ConfigurationPersistenceException for the error.@Message(id=10291,
value="Failed to add %s %s cache to non-clustered %s cache container.")
org.jboss.msc.service.StartException transportRequired(org.infinispan.configuration.cache.CacheMode mode,
String cache,
String cacheContainer)
@Message(id=10292,
value="%s is not a valid cache store")
OperationFailedException invalidCacheStore(@Cause
Throwable cause,
String cacheStoreName)
cause - the cause of the error.cacheStoreName - the name of the cache store.OperationFailedException for the error.@Message(id=10293,
value="%s is not a valid default cache. The %s cache container does not contain a cache with that name")
IllegalArgumentException invalidDefaultCache(String cacheName,
String cacheContainerName)
cacheName - the name of the cache store.cacheContainerName - the container name.IllegalArgumentException for the error.@Message(id=10294,
value="No %s property was specified within the executor properties: %s")
IllegalStateException invalidExecutorProperty(String id,
Properties properties)
id - the id of the property.properties - the properties that were searched.IllegalStateException for the error.@Message(id=10295,
value="No %s property was specified within the transport properties: %s")
IllegalStateException invalidTransportProperty(String id,
Properties properties)
id - the id of the property.properties - the properties that were searched.IllegalStateException for the error.@Message(id=10296,
value="Aborting cache operation after %d retries.")
RuntimeException abortingCacheOperation(@Cause
Throwable cause,
int numberOfRetries)
cause - the cause of the error.numberOfRetries - the number of retries.RuntimeException@Message(id=10297,
value="Invalid value for parameter %s. Allowable values: %s")
String invalidParameterValue(String id,
String allowableValues)
id - the id of the parameter.allowableValues - the allowable values for the parameter@Message(id=10298,
value="Cache store cannot be created: cache store %s is already defined")
OperationFailedException cacheStoreAlreadyDefined(String existingStoreName)
existingStoreName - the store which already exists.OperationFailedException for the error.@Message(id=10299,
value="Value for property with key %s is not defined")
OperationFailedException propertyValueNotDefined(String propertyKey)
propertyKey - the name of the property.OperationFailedException for the error.@Message(id=10380,
value="Failed to locate %s")
String notFound(String resourceName)
resourceName - the name of the resource.@Message(id=10381,
value="Failed to parse %s")
IllegalStateException failedToParse(@Cause
Throwable cause,
URL url)
resourceName - the name of the resource.@Message(id=10382,
value="Add operation failed: singleton %s already exists.")
OperationFailedException singletonResourceAlreadyExists(String resourceName)
resourceName - the name of the resource.OperationFailedException for the error.@Message(id=10383,
value="cannot remove alias % from empty list.")
OperationFailedException cannotRemoveAliasFromEmptyList(String aliasName)
aliasName - the name of the alias.OperationFailedException for the error.@Message(id=10384,
value="Attribute \'%s\' has been deprecated.")
OperationFailedException attributeDeprecated(String attributeName)
attributeName - the name of the deprecated attributeOperationFailedException for the error@Message(id=10385,
value="Attribute \'segments\' is an expression and therefore cannot be translated to legacy attribute \'virtual-nodes\'. This resource will need to be ignored on that host.")
String virtualNodesDoesNotSupportExpressions()
@Message(id=10387,
value="Failed to invoke operation: %s")
OperationFailedException failedToInvokeOperation(@Cause
Throwable cause,
String operation)
operation - the operation name.OperationFailedException for the error.@Message(id=10388,
value="Attribute \'virtual nodes\' is an expression and therefore cannot be translated to attribute \'segments\'.")
String segmentsDoesNotSupportExpressions()
Copyright © 2014 JBoss by Red Hat. All rights reserved.