@MessageBundle(projectCode="JBAS")
public interface XtsAsMessages
| Modifier and Type | Field and Description |
|---|---|
static XtsAsMessages |
MESSAGES
The messages
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentUnitProcessingException |
cannotLoadCDIExtension()
Creates an exception indicating that the CDI extension could not be loaded.
|
IllegalStateException |
commonConfigurationUnavailable()
Creates an exception indicating that common configuration is not available.
|
IllegalStateException |
configurationServiceUnavailable()
Creates an exception indicating that configuration service is not available.
|
org.jboss.msc.service.StartException |
txBridgeInboundRecoveryServiceFailedToStart()
Creates an exception indicating that the TxBridge inbound recovery service failed to start.
|
org.jboss.msc.service.StartException |
txBridgeOutboundRecoveryServiceFailedToStart()
Creates an exception indicating that the TxBridge outbound recovery service failed to start.
|
org.jboss.msc.service.StartException |
xtsServiceFailedToStart()
Creates an exception indicating that the XTS service failed to start.
|
IllegalStateException |
xtsServiceIsNotStarted()
Creates an exception indicating that this operation can not be performed when the XTS service is not started.
|
static final XtsAsMessages MESSAGES
@Message(id=18400,
value="TxBridge inbound recovery service start failed")
org.jboss.msc.service.StartException txBridgeInboundRecoveryServiceFailedToStart()
StartException for the error.@Message(id=18401,
value="TxBridge outbound recovery service start failed")
org.jboss.msc.service.StartException txBridgeOutboundRecoveryServiceFailedToStart()
StartException for the error.@Message(id=18402,
value="XTS service start failed")
org.jboss.msc.service.StartException xtsServiceFailedToStart()
StartException for the error.@Message(id=18403,
value="Service not started")
IllegalStateException xtsServiceIsNotStarted()
IllegalStateException for the error.@Message(id=18404,
value="Configuration service is not available")
IllegalStateException configurationServiceUnavailable()
IllegalStateException for the error.@Message(id=18405,
value="Common configuration is not available")
IllegalStateException commonConfigurationUnavailable()
IllegalStateException for the error.@Message(id=18406,
value="Cannot load CDI Extension")
DeploymentUnitProcessingException cannotLoadCDIExtension()
DeploymentUnitProcessingException for the error.Copyright © 2014 JBoss by Red Hat. All rights reserved.