@MessageBundle(projectCode="JBAS")
public interface CamelMessages
| Modifier and Type | Field and Description |
|---|---|
static CamelMessages |
MESSAGES
The messages.
|
static final CamelMessages MESSAGES
@Message(id=20100,
value="%s is null")
IllegalArgumentException illegalArgumentNull(String name)
@Message(id=20101,
value="Cannot create camel context: %s")
IllegalStateException cannotCreateCamelContext(@Cause
Throwable th,
String runtimeName)
@Message(id=20102,
value="Cannot start camel context: %s")
IllegalStateException cannotStartCamelContext(@Cause
Throwable th,
org.apache.camel.CamelContext context)
@Message(id=20103,
value="Cannot stop camel context: %s")
IllegalStateException cannotStopCamelContext(@Cause
Throwable th,
org.apache.camel.CamelContext context)
@Message(id=20104,
value="Illegal camel context name: %s")
IllegalArgumentException illegalCamelContextName(String name)
@Message(id=20105,
value="Camel context with that name already registered: %s")
IllegalStateException camelContextAlreadyRegistered(String contextName)
@Message(id=20106,
value="Cannot find component properties in: %s")
IllegalStateException cannotFindComponentProperties(org.jboss.modules.ModuleIdentifier moduleId)
@Message(id=20107,
value="Cannot load component from module: %s")
IllegalStateException cannotLoadComponentFromModule(@Cause
Throwable th,
org.jboss.modules.ModuleIdentifier moduleId)
@Message(id=20108,
value="Cannot load component type for name: %s")
IllegalStateException cannotLoadComponentType(@Cause
Throwable th,
String name)
@Message(id=20109,
value="Type is not a Component implementation. Found: %s")
IllegalStateException componentTypeException(Class<?> type)
@Message(id=20110,
value="Cannot initialize naming context")
IllegalStateException cannotInitializeNamingContext(@Cause
Throwable th)
@Message(id=20111,
value="Cannot install feature to repository: %s")
IllegalStateException cannotInstallCamelFeature(String name)
@Message(id=20112,
value="Cannot install resource to environment: %s")
IllegalStateException cannotInstallResourceToEnvironment(String name)
@Message(id=20113,
value="Camel component with that name already registered: %s")
IllegalStateException camelComponentAlreadyRegistered(String contextName)
@Message(id=20114,
value="Cannot create repository storage area")
IllegalStateException cannotCreateRepositoryStorageArea(@Cause
Throwable th)
@Message(id=20115,
value="Cannot provision resource: %s")
org.jboss.gravia.provision.ProvisionException cannotProvisionResource(@Cause
Throwable th,
org.jboss.gravia.resource.Resource res)
@Message(id=20116,
value="Cannot uninstall provisioned resource: %s")
org.jboss.gravia.provision.ProvisionException cannotUninstallProvisionedResource(@Cause
Throwable th,
org.jboss.gravia.resource.Resource res)
Copyright © 2014. All Rights Reserved.