@MessageBundle(projectCode="HQ")
public interface HornetQRABundle
| Modifier and Type | Field and Description |
|---|---|
static HornetQRABundle |
BUNDLE |
static String |
ISE
Error message for strict behaviour
|
| Modifier and Type | Method and Description |
|---|---|
HornetQIllegalStateException |
errorDecodingPassword(Exception e) |
javax.jms.JMSRuntimeException |
illegalJEEMethod() |
javax.jms.JMSRuntimeException |
invalidAcknowledgeMode(int sessionMode) |
javax.jms.JMSException |
invalidClientAcknowledgeMode() |
javax.jms.JMSRuntimeException |
invalidClientAcknowledgeModeRuntime() |
javax.jms.JMSException |
invalidSessionTransactedMode() |
javax.jms.JMSRuntimeException |
invalidSessionTransactedModeRuntime() |
javax.resource.NotSupportedException |
noActivationSpec() |
IllegalArgumentException |
noDestinationName() |
static final String ISE
static final HornetQRABundle BUNDLE
@Message(id=159000,
value="Error decoding password using codec instance",
format=MESSAGE_FORMAT)
HornetQIllegalStateException errorDecodingPassword(@Cause
Exception e)
@Message(id=159001,
value="MDB cannot be deployed as it has no Activation Spec. Please provide an Activation!",
format=MESSAGE_FORMAT)
javax.resource.NotSupportedException noActivationSpec()
@Message(id=159002,
value="Please provide a destination for the MDB",
format=MESSAGE_FORMAT)
IllegalArgumentException noDestinationName()
@Message(id=159003,
value="This method is not applicable inside the application server. See the JEE spec, e.g. JEE 7 Section 6.7",
format=MESSAGE_FORMAT)
javax.jms.JMSRuntimeException illegalJEEMethod()
@Message(id=159004,
value="Invalid Session Mode SESSION_TRANSACTED",
format=MESSAGE_FORMAT)
javax.jms.JMSRuntimeException invalidSessionTransactedModeRuntime()
@Message(id=159005,
value="Invalid Session Mode CLIENT_ACKNOWLEDGE",
format=MESSAGE_FORMAT)
javax.jms.JMSRuntimeException invalidClientAcknowledgeModeRuntime()
@Message(id=159006,
value="Invalid Session Mode {0}",
format=MESSAGE_FORMAT)
javax.jms.JMSRuntimeException invalidAcknowledgeMode(int sessionMode)
@Message(id=159007,
value="Invalid Session Mode SESSION_TRANSACTED",
format=MESSAGE_FORMAT)
javax.jms.JMSException invalidSessionTransactedMode()
@Message(id=159008,
value="Invalid Session Mode CLIENT_ACKNOWLEDGE",
format=MESSAGE_FORMAT)
javax.jms.JMSException invalidClientAcknowledgeMode()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.