@MessageBundle(projectCode="JBAS")
public interface TransactionMessages
Modifier and Type | Field and Description |
---|---|
static TransactionMessages |
MESSAGES
The messages
|
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.StartException |
createFailed(Throwable cause)
Creates an exception indicating a create failed.
|
org.jboss.msc.service.StartException |
managerStartFailure(Throwable cause,
String managerName)
Creates an exception indicating the start of a manager failed.
|
org.jboss.msc.service.StartException |
objectStoreStartFailure(Throwable cause)
Creates an exception indicating the failure of the object store browser.
|
IllegalStateException |
serviceNotStarted()
Creates an exception indicating that a service was not started.
|
org.jboss.msc.service.StartException |
startFailure(Throwable cause)
Creates an exception indicating the start failed.
|
String |
unknownMetric(Object metric)
A message indicating the metric is unknown.
|
static final TransactionMessages MESSAGES
@Message(id=10100, value="Create failed") org.jboss.msc.service.StartException createFailed(@Cause Throwable cause)
cause
- the reason the creation failed.StartException
initialized with the cause.@Message(id=10101, value="%s manager create failed") org.jboss.msc.service.StartException managerStartFailure(@Cause Throwable cause, String managerName)
cause
- the reason the start failed.managerName
- the name of the manager that didn't start.StartException
initialized with the cause and error message.@Message(id=10102, value="Failed to configure object store browser bean") org.jboss.msc.service.StartException objectStoreStartFailure(@Cause Throwable cause)
cause
- the reason the start failed.StartException
initialized with the cause and error message.@Message(id=10103, value="Service not started") IllegalStateException serviceNotStarted()
IllegalStateException
initialized with the cause and error message.@Message(id=10104, value="Start failed") org.jboss.msc.service.StartException startFailure(@Cause Throwable cause)
cause
- the reason the start failed.StartException
initialized with the cause.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.