@MessageBundle(projectCode="JBAS")
public interface ServiceMBeanMessages
| Modifier and Type | Field and Description |
|---|---|
static ServiceMBeanMessages |
MESSAGES
The messages.
|
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
destroyingFailed(Throwable cause,
String description) |
IllegalArgumentException |
errorInDestroy(Throwable cause,
String description) |
IllegalArgumentException |
errorInStop(Throwable cause,
String description) |
IllegalArgumentException |
initializationFailed(Throwable cause,
String description) |
IllegalArgumentException |
nullMethodName() |
IllegalArgumentException |
startingFailed(Throwable cause,
String description) |
IllegalArgumentException |
stoppingFailed(Throwable cause,
String description) |
IllegalArgumentException |
unknownLifecycleMethod(String methodName) |
static final ServiceMBeanMessages MESSAGES
@Message(id=17800,
value="Null method name")
IllegalArgumentException nullMethodName()
@Message(id=17801,
value="Unknown lifecyle method %s")
IllegalArgumentException unknownLifecycleMethod(String methodName)
@Message(id=17802,
value="Error in destroy %s")
IllegalArgumentException errorInDestroy(@Cause
Throwable cause,
String description)
@Message(id=17803,
value="Error in stop %s")
IllegalArgumentException errorInStop(@Cause
Throwable cause,
String description)
@Message(id=17804,
value="Initialization failed %s")
IllegalArgumentException initializationFailed(@Cause
Throwable cause,
String description)
@Message(id=17805,
value="Starting failed %s")
IllegalArgumentException startingFailed(@Cause
Throwable cause,
String description)
@Message(id=17806,
value="Stopping failed %s")
IllegalArgumentException stoppingFailed(@Cause
Throwable cause,
String description)
@Message(id=17807,
value="Destroying failed %s")
IllegalArgumentException destroyingFailed(@Cause
Throwable cause,
String description)
Copyright © 2014 JBoss by Red Hat. All rights reserved.