@MessageBundle(projectCode="OVERLORD")
public interface SubsystemMessages
| Modifier and Type | Field and Description |
|---|---|
static SubsystemMessages |
MESSAGES
The messages
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.OperationFailedException |
couldNotLocateDeployment(org.jboss.modules.ModuleIdentifier moduleIdentifier,
String name)
Create the exception detailing the failure to locate the deployment.
|
org.jboss.as.controller.OperationFailedException |
failedToLoadModule(org.jboss.modules.ModuleLoadException mle,
org.jboss.modules.ModuleIdentifier moduleIdentifier)
Create the exception representing the failure to deploy the module.
|
static final SubsystemMessages MESSAGES
@Message(id=1100,
value="Failed to load module %s.")
org.jboss.as.controller.OperationFailedException failedToLoadModule(@Cause
org.jboss.modules.ModuleLoadException mle,
org.jboss.modules.ModuleIdentifier moduleIdentifier)
mle - The module load exception causing the failuremoduleIdentifier - The module identifier@Message(id=1101,
value="Could not locate deployment %2$s within module %1$s.")
org.jboss.as.controller.OperationFailedException couldNotLocateDeployment(org.jboss.modules.ModuleIdentifier moduleIdentifier,
String name)
moduleIdentifier - The module identifiername - The name of the deploymentCopyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.