@MessageBundle(projectCode="JBAS")
public interface JmxMessages
Modifier and Type | Field and Description |
---|---|
static JmxMessages |
MESSAGES
The message.
|
Modifier and Type | Method and Description |
---|---|
AttributeNotFoundException |
attributeNotFound(String name)
Creates an exception indicating no attribute could be found matching the name.
|
AttributeNotFoundException |
attributeNotWritable(Attribute attribute)
Creates an exception indicating the attribute is not writable.
|
RuntimeException |
cannotCreateObjectName(Throwable cause,
PathAddress address)
Creates an exception indicating the
ObjectName could not be created for the address. |
ReflectionException |
cannotSetAttribute(Exception cause,
String name)
Creates an exception indicating the attribute could not be set.
|
InstanceNotFoundException |
descriptionProviderNotFound(PathAddress address)
Creates an exception indicating no description provider found for the address.
|
IllegalArgumentException |
differentLengths(String name1,
String name2)
Creates an exception indicating the
name1 has a different length than name2 . |
InvalidAttributeValueException |
invalidAttributeType(Throwable cause,
String name)
Creates an exception indicating the attribute type is invalid.
|
IllegalArgumentException |
invalidKey(List<?> keys,
Map.Entry<?,Object> entry)
Creates an exception indicating the key is invalid.
|
Error |
invalidObjectName(String domain,
Hashtable<String,String> table,
String message)
Creates an exception indicating the
ObjectName is invalid. |
Error |
invalidObjectName(String name,
String message)
Creates an exception indicating the
ObjectName is invalid. |
Error |
invalidObjectName(String domain,
String key,
String value,
String message)
Creates an exception indicating the
ObjectName is invalid. |
IllegalStateException |
invalidServerSocketPort(String name,
int port,
int configuredPort)
Creates an exception indicating a request was received for the server socket, represented by the
name
parameter, on the port , but the service socket is configured for the configuredPort . |
InstanceNotFoundException |
mbeanNotFound(ObjectName name)
Creates an exception indicating no MBean found with the name.
|
org.jboss.msc.service.StartException |
mbeanRegistrationFailed(Throwable cause,
String name)
Creates an exception indicating a failure to register the MBean.
|
MBeanException |
noOperationCalled(Exception cause,
String operation,
PathAddress address)
Creates an exception indicating there is no operation called
operation at the address . |
InstanceNotFoundException |
noOperationCalled(String operation)
Creates an exception indicating there is no operation called
operation . |
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable, represented by the
name parameter, is null . |
InstanceNotFoundException |
registrationNotFound(PathAddress address)
Creates an exception indicating there is was no registration found for the path address.
|
String |
reservedMBeanDomain(String name)
A message indicating you cannot create mbeans under the reserved domain.
|
RuntimeException |
unknownType(org.jboss.dmr.ModelType type)
Creates an exception indicating the type is unknown.
|
IllegalArgumentException |
unknownValue(Object value)
Creates an exception indicating the value is unknown.
|
IllegalStateException |
wildcardNameParameterRequired()
Creates an exception indicating the need for a name parameter for wildcard add.
|
static final JmxMessages MESSAGES
@Message(id=11330, value="Could not find any attribute matching: %s") AttributeNotFoundException attributeNotFound(String name)
name
- the attribute name.AttributeNotFoundException
for the error.@Message(id=11331, value="Attribute %s is not writable") AttributeNotFoundException attributeNotWritable(Attribute attribute)
attribute
- the attribute that is not writable.AttributeNotFoundException
for the error.@Message(id=11332, value="Could not create ObjectName for address %s") RuntimeException cannotCreateObjectName(@Cause Throwable cause, PathAddress address)
ObjectName
could not be created for the address.cause
- the cause of the error.address
- the address.RuntimeException
for the error.@Message(id=11333, value="Could not set %s") ReflectionException cannotSetAttribute(@Cause Exception cause, String name)
cause
- the cause of the error.name
- the name of the attribute.ReflectionException
for the error.@Message(id=11334, value="No description provider found for %s") InstanceNotFoundException descriptionProviderNotFound(PathAddress address)
address
- the address.InstanceNotFoundException
for the exception.@Message(id=11335, value="%s and %s have different lengths") IllegalArgumentException differentLengths(String name1, String name2)
name1
has a different length than name2
.name1
- the first name.name2
- the second name.IllegalArgumentException
for the exception.@Message(id=11336, value="Bad type for \'%s\'") InvalidAttributeValueException invalidAttributeType(@Cause Throwable cause, String name)
cause
- the cause of the error.name
- the attribute name.InvalidAttributeValueException
for the error.@Message(id=11337, value="Invalid key %s for %s") IllegalArgumentException invalidKey(List<?> keys, Map.Entry<?,Object> entry)
keys
- the list of keys.entry
- the entry.IllegalArgumentException
for the error.@Message(id=11338, value="Invalid ObjectName: %s; %s") Error invalidObjectName(String name, String message)
ObjectName
is invalid.name
- the name of the object.message
- a message to append.Error
for the error.@Message(id=-1, value="Invalid ObjectName: %s,%s; %s") Error invalidObjectName(String domain, Hashtable<String,String> table, String message)
ObjectName
is invalid.domain
- the object domain.table
- the table of name, value pairs.message
- a message to append.Error
for the error.@Message(id=-1, value="Invalid ObjectName: %s,%s,%s; %s") Error invalidObjectName(String domain, String key, String value, String message)
ObjectName
is invalid.domain
- the object domain.key
- the object key.value
- the object value.message
- a message to append.Error
for the error.@Message(id=11339, value="Received request for server socket %s on port [%d] but the service socket configured for port [%d]") IllegalStateException invalidServerSocketPort(String name, int port, int configuredPort)
name
parameter, on the port
, but the service socket is configured for the configuredPort
.name
- the name of the server socket.port
- the port.configuredPort
- the configured portIllegalStateException
for the error.@Message(id=11340, value="No MBean found with name %s") InstanceNotFoundException mbeanNotFound(ObjectName name)
name
- the object name.InstanceNotFoundException
for the error.@Message(id=11341, value="Failed to register mbean [%s]") org.jboss.msc.service.StartException mbeanRegistrationFailed(@Cause Throwable cause, String name)
cause
- the cause of the error.name
- the name of the MBean.StartException
for the error.@Message(id=11342, value="No operation called \'%s\'") InstanceNotFoundException noOperationCalled(String operation)
operation
.operation
- the operation.InstanceNotFoundException
for the error.@Message(id=11343, value="No operation called \'%s\' at %s") MBeanException noOperationCalled(@Cause Exception cause, String operation, PathAddress address)
operation
at the address
.cause
- the cause of the error.operation
- the operation.address
- the address.MBeanException
for the error.@Message(id=11344, value="%s is null") IllegalArgumentException nullVar(String name)
name
parameter, is null
.name
- the variable name.IllegalArgumentException
for the error.@Message(id=11345, value="No registration found for path address %s") InstanceNotFoundException registrationNotFound(PathAddress address)
address
- the address.InstanceNotFoundException
for the error.@Message(id=11346, value="You can\'t create mbeans under the reserved domain \'%s\'") String reservedMBeanDomain(String name)
name
- the reserved name.@Message(id=11347, value="Unknown type %s") RuntimeException unknownType(org.jboss.dmr.ModelType type)
type
- the unknown type.RuntimeException
for the error.@Message(id=11348, value="Unknown value %s") IllegalArgumentException unknownValue(Object value)
value
- the unknown value.IllegalArgumentException
for the error.@Message(id=11349, value="Need the name parameter for wildcard add") IllegalStateException wildcardNameParameterRequired()
IllegalStateException
for the error.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.