@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 |
cacheStoreAlreadyDefined(String existingStoreName)
Creates an exception indicating the a cache store cannot be added as one already exists.
|
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. |
IllegalArgumentException |
invalidCacheStore(String cacheStoreName,
String cacheContainerName)
Creates an exception indicating an invalid cache store.
|
IllegalArgumentException |
invalidCacheStore(Throwable cause,
String cacheStoreName)
Creates an exception indicating an invalid cache store.
|
IllegalStateException |
invalidExecutorProperty(String id,
Properties properties)
Creates an exception indicating the an executor property is invalid.
|
String |
invalidParameterValue(String id,
String allowableValues)
Creates an exception indicating the an operation parameter is invalid.
|
IllegalStateException |
invalidTransportProperty(String id,
Properties properties)
Creates an exception indicating the an transport property is invalid.
|
OperationFailedException |
propertyValueNotDefined(String propertyKey)
Creates an exception indicating the a cache store cannot be added as one already exists.
|
org.jboss.msc.service.StartException |
transportRequired(org.infinispan.configuration.cache.CacheMode mode,
String cache,
String cacheContainer) |
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")
IllegalArgumentException invalidCacheStore(@Cause
Throwable cause,
String cacheStoreName)
cause - the cause of the error.cacheStoreName - the name of the cache store.IllegalArgumentException 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 invalidCacheStore(String cacheStoreName,
String cacheContainerName)
cacheStoreName - 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.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.