@MessageBundle(projectCode="JBAS")
public interface ControllerMessages
Modifier and Type | Field and Description |
---|---|
static ControllerMessages |
MESSAGES
The messages
|
Modifier and Type | Method and Description |
---|---|
XMLStreamException |
alreadyDeclared(String name,
String value,
Location location)
Creates an exception indicating the
value has already been declared. |
XMLStreamException |
alreadyDeclared(String name,
String value,
String parentName,
String parentValue,
Location location)
Creates an exception indicating the
value has already been declared. |
XMLStreamException |
alreadyDeclared(String name1,
String name2,
String value,
String parentName,
String parentValue,
Location location)
Creates an exception indicating the
value has already been declared. |
XMLStreamException |
alreadyDefined(String name,
Location location)
Creates an exception indicating the
name is already defined. |
IllegalArgumentException |
alreadyRegistered(String type,
String name,
String location)
Creates an exception indicating the
type with the name is already registered at the
location . |
IllegalStateException |
ambiguousConfigurationFiles(String backupType,
File searchDir,
String suffix)
Creates an exception indicating an ambiguous file name was found as there are multiple files ending in the
suffix were found in the directory. |
IllegalArgumentException |
ambiguousName(String prefix,
String dir,
Collection<String> files)
Creates an exception indicating an ambiguous name, represented by the
prefix parameter, was found in
the directory, represented by the dir parameter. |
String |
andNMore(int number)
A message indicating that there are more services than would be practical to display
|
RequestProcessingException |
asynchOperationThreadInterrupted()
Creates an exception indicating a thread was interrupted waiting for a response for asynch operation.
|
RequestProcessingException |
asynchRequestNotFound(int batchId)
Creates an exception indicating no asynch request with the batch id, represented by the
batchId
parameter. |
String |
attributeNotWritable(String attributeName)
A message indicating the attribute, represented by the
attributeName parameter, is not writable. |
String |
attributeRegisteredOnResource(String attributeName,
org.jboss.dmr.ModelNode resource)
A message indicating the attribute, represented by the
attributeName parameter, is a registered child of
the resource. |
IllegalStateException |
cannotCreate(String path)
Creates an exception indicating the file could not be created.
|
IllegalStateException |
cannotDelete(File file)
Creates an exception indicating the file could not be deleted.
|
RuntimeException |
cannotDetermineDefaultName(Throwable cause)
Creates an exception indicating the inability to determine a default name based on the local host name.
|
IllegalStateException |
cannotOverrideNonWildCardRegistration(String valueName)
Creates an exception indicating that an attempt was made to register an override model for a non-wildcard
registration.
|
IllegalStateException |
cannotOverrideRootRegistration()
Creates an exception indicating that an attempt was made to register an override model for the root model
registration.
|
IllegalArgumentException |
cannotRegisterSubmodel()
Creates an exception indicating a non-runtime-only submodel cannot be registered with a runtime-only parent.
|
IllegalArgumentException |
cannotRegisterSubmodelWithNullPath()
Creates an exception indicating a submodel cannot be registered with a
null path. |
org.jboss.as.controller.OperationFailedRuntimeException |
cannotRemove(String name)
Creates an exception indicating the inability to remove the
name . |
OperationFailedException |
cannotRemoveResourceWithChildren(List<PathElement> children)
Creates an exception indicating a resource cannot be removed due to the existence of child resources.
|
IllegalStateException |
cannotRename(String fromPath,
String toPath)
Creates an exception indicating the file could not be renamed.
|
String |
cannotResolveExpression(org.jboss.dmr.ModelNode toResolve,
IllegalStateException e)
Creates an exception message indicating an expression could not be resolved due to no corresponding system property
or environment variable.
|
RuntimeException |
cannotResolveProcessUUID(UnknownHostException cause) |
IllegalArgumentException |
cannotWriteTo(String name)
Creates an exception indicating the inability to write the
name . |
RuntimeException |
canonicalBootFileNotFound(Throwable cause,
File file)
Creates an exception indicating the canonical file for the boot file could not be found.
|
IllegalStateException |
canonicalMainFileNotFound(Throwable cause,
File file)
Creates an exception indicating the canonical file for the main file could not be found.
|
String |
channelClosed()
A message indicating the channel is closed.
|
XMLStreamException |
childAlreadyDeclared(String childName,
String parentName,
Location location)
Creates an exception indicating a child, represented by the
childName parameter, of the parent element,
represented by the parentName parameter, has already been declared. |
String |
childResourceNotFound(PathElement childAddress)
Creates an exception message indicating a child resource cannot be found.
|
String |
compositeOperationFailed()
A message indicating the composite operation failed and was rolled back.
|
String |
compositeOperationRolledBack()
A message indicating the composite operation was rolled back.
|
IllegalArgumentException |
configurationFileNameNotAllowed(String backupType)
Creates an exception indicating a configuration file whose complete name is the same as the
backupType is
not allowed. |
IllegalStateException |
configurationFileNotFound(String suffix,
File dir)
Creates an exception indicating no configuration file ending in the
suffix was found in the directory,
represented by the dir parameter. |
IllegalArgumentException |
directoryNotFound(String pathName)
Creates an exception indicating the directory.
|
XMLStreamException |
domainControllerMustBeDeclared(String remoteName,
String localName,
Location location)
Creates an exception indicating either the
remoteName or the localName domain controller
configuration must be declared. |
XMLStreamException |
duplicateAttribute(String name,
Location location)
Creates an exception indicating an attribute, represented by the
name parameter, has already been
declared. |
XMLStreamException |
duplicateDeclaration(String name,
Location location)
Creates an exception indicating a duplicate declaration.
|
XMLStreamException |
duplicateDeclaration(String name,
String value,
Location location)
Creates an exception indicating a duplicate declaration.
|
org.jboss.as.controller.OperationFailedRuntimeException |
duplicateElement(String name)
Creates an exception indicating ad duplicate path element, represented by the
name parameter, was found. |
XMLStreamException |
duplicateInterfaceDeclaration(Location location)
Creates an exception indicating a duplicate interface declaration.
|
XMLStreamException |
duplicateNamedElement(String name,
Location location)
Creates an exception indicating an element, represented by the
name parameter, has already been
declared. |
XMLStreamException |
duplicateProfile(Location location)
Creates an exception indicating a duplicate profile was included.
|
IllegalStateException |
duplicateResource(String name)
Creates an exception indicating the resource is a duplicate.
|
org.jboss.as.controller.OperationFailedRuntimeException |
duplicateResourceAddress(PathAddress address)
Creates an exception indicating the resource is a duplicate.
|
IllegalStateException |
duplicateResourceType(String type)
Creates an exception indicating the resource type is a duplicate.
|
IllegalStateException |
duplicateSubsystem(String subsystemName,
String duplicatingModule,
String existingModule)
Creates an IllegalStateException indicating a subsystem with the given name has already been registered by
a different extension.
|
String |
elementNotSupported(String name,
String fileName)
A message indicating the element, represented by the
name parameter, is not supported the file,
represented by the file parameter. |
String |
errorWaitingForTransaction()
A message indicating an error waiting for Tx commit/rollback.
|
RuntimeException |
failedInitializingModule(Throwable cause,
String name)
Creates an exception indicating a failure to initialize the module.
|
String |
failedServices()
A message indicating the failed services.
|
ConfigurationPersistenceException |
failedToBackup(Throwable cause,
File file)
Creates an exception indicating a failure to backup the file, represented by the
file parameter. |
ConfigurationPersistenceException |
failedToCreateConfigurationBackup(Throwable cause,
File file)
Creates an exception indicating a failure to create backup copies of configuration the file, represented by the
file parameter. |
XMLStreamException |
failedToLoadModule(Throwable cause)
Creates an exception indicating a failure to load a module.
|
XMLStreamException |
failedToLoadModule(Throwable cause,
String name)
Creates an exception indicating a failure to load a module.
|
ConfigurationPersistenceException |
failedToMarshalConfiguration(Throwable cause)
Creates an exception indicating a failure to marshal the configuration.
|
ConfigurationPersistenceException |
failedToParseConfiguration(Throwable cause)
Creates an exception indicating a failure to parse the configuration.
|
String |
failedToPersistConfigurationChange(String cause)
Logs an error message indicating a failure to persist configuration change.
|
RuntimeException |
failedToRecoverServices(OperationFailedException cause)
Creates a runtime exception indicating there was a failure to recover services during an operation rollback
|
ConfigurationPersistenceException |
failedToStoreConfiguration(Throwable cause)
Creates an exception indicating a failure to store the configuration.
|
ConfigurationPersistenceException |
failedToTakeSnapshot(Throwable cause,
File file,
File snapshot)
Creates an exception indicating a failure to take a snapshot of the file, represented by the
file
parameter. |
ConfigurationPersistenceException |
failedToWriteConfiguration(Throwable cause)
Creates an exception indicating a failure to write the configuration.
|
IllegalArgumentException |
fileNotFound(String path1)
Creates an exception indicating
path1 does not exist. |
IllegalArgumentException |
fileNotFoundWithPrefix(String prefix,
String dir)
Creates an exception indicating no files beginning with the
prefix were found in the directory,
represented by the dir parameter. |
IllegalStateException |
fullServerBootRequired(Class<?> clazz)
Creates an exception indicating the
clazz cannot be used except in a full server boot. |
String |
groupNotFound(String name)
A message indicating that no included group with the name, represented by the
name parameter, was found. |
String |
illegalInterfaceCriteria(org.jboss.dmr.ModelType invalidType,
org.jboss.dmr.ModelType validType)
A message indicating the interface criteria must be of the type represented by the
valueType parameter. |
String |
illegalValueForInterfaceCriteria(org.jboss.dmr.ModelType valueType,
String id,
org.jboss.dmr.ModelType validType)
A message indicating the value, represented by the
valueType parameter, is invalid for the interface
criteria, represented by the id parameter. |
UnsupportedOperationException |
immutableResource()
Creates an exception indicating the resource is immutable.
|
String |
incorrectType(String name,
Collection<org.jboss.dmr.ModelType> validTypes,
org.jboss.dmr.ModelType invalidType)
A message indicating the type is invalid.
|
String |
interruptedWaitingForRequest()
A message indicating interrupted while waiting for request.
|
String |
invalid(String name)
A message indicating the
name is invalid. |
XMLStreamException |
invalid(Throwable cause,
int value,
String name,
Location location)
A message indicating the
value is invalid. |
String |
invalidAddress(String address,
String msg)
A message indicating the address, represented by the
address parameter, is invalid. |
String |
invalidAddressMask(String mask,
String msg)
A message indicating the mask, represented by the
mask parameter, is invalid. |
String |
invalidAddressMaskValue(String value)
A message indicating the value, represented by the
value parameter, is invalid and must be of the form
address/mask. |
String |
invalidAddressValue(String value,
String msg)
A message indicating the address value, represented by the
value parameter, is invalid. |
String |
invalidAttributeCombo(String attributeName,
StringBuilder combos)
A message indicating the attribute, represented by the
attributeName parameter, is invalid in
combination with the combos parameter. |
XMLStreamException |
invalidAttributeValue(int value,
QName name,
int minInclusive,
int maxInclusive,
Location location)
Creates an exception indicating an invalid value, represented by the
value parameter, was found for the
attribute, represented by the name parameter. |
XMLStreamException |
invalidAttributeValue(String value,
QName name,
Location location)
Creates an exception indicating an invalid value, represented by the
value parameter, was found for the
attribute, represented by the name parameter. |
XMLStreamException |
invalidAttributeValue(String value,
QName name,
Set<String> validValues,
Location location)
Creates an exception indicating an invalid value, represented by the
value parameter, was found for the
attribute, represented by the name parameter. |
XMLStreamException |
invalidAttributeValueInt(Throwable cause,
String value,
QName name,
Location location)
Creates an exception indicating an invalid integer value, represented by the
value parameter, was found
for the attribute, represented by the name parameter. |
String |
invalidDescriptionInvalidParamTypeInDescription(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has an invalid type in the operation description
|
String |
invalidDescriptionMinMaxForParameterHasWrongType(String minOrMax,
String paramName,
org.jboss.dmr.ModelType expectedType,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has a min or max attribute value of a different type from its expected value.
|
String |
invalidDescriptionMinMaxLengthForParameterHasWrongType(String minOrMaxLength,
String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has a min-length or max-length attribute value that is not an integer.
|
String |
invalidDescriptionNoParamTypeInDescription(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has no type in the operation description
|
String |
invalidDescriptionRequiredFlagIsNotABoolean(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
the required attribute of a parameter in the operation description is not a boolean.
|
String |
invalidDescriptionUndefinedRequestProperty(String name,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter is undefined in the operation description.
|
OperationFailedException |
invalidEnumValue(String value,
String parameterName,
Set<?> allowedValues)
Creates an exception indicating that the value of the specified parameter does not match any of the allowed
values.
|
String |
invalidInterfaceCriteriaPattern(String pattern,
String name)
A message indicating the pattern, represented by the
pattern parameter, for the interface criteria,
represented by the name parameter, is invalid. |
IllegalArgumentException |
invalidLoadFactor()
Creates an exception indicating the load factor must be greater than 0 and less than or equal to 1.
|
String |
invalidMaxLength(String value,
String name,
int length)
A message indicating the
value parameter is invalid and must have a maximum length, represented by the
length parameter. |
String |
invalidMaxSize(int size,
String name,
int maxSize)
A message indicating the
size is an invalid size for the parameter, represented by the name
parameter. |
String |
invalidMaxValue(int value,
String name,
int maxValue)
A message indicating the
value is invalid for the parameter, represented by the name parameter. |
String |
invalidMaxValue(long value,
String name,
long maxValue)
A message indicating the
value is invalid for the parameter, represented by the name parameter. |
String |
invalidMinLength(String value,
String name,
int length)
A message indicating the
value parameter is invalid and must have a minimum length, represented by the
length parameter. |
String |
invalidMinSize(int size,
String name,
int minSize)
A message indicating the
size is an invalid size for the parameter, represented by the name
parameter. |
String |
invalidMinValue(int value,
String name,
int minValue)
A message indicating the
value is invalid for the parameter, represented by the name parameter. |
String |
invalidMinValue(long value,
String name,
long minValue)
A message indicating the
value is invalid for the parameter, represented by the name parameter. |
IllegalStateException |
invalidModificationAfterCompletedStep()
Creates an exception indicated an invalid modification after completed ste.
|
XMLStreamException |
invalidMulticastAddress(String value,
String name,
Location location)
Creates an exception indicating the
value for the attribute, represented by the name parameter,
is not a valid multicast address. |
XMLStreamException |
invalidMulticastAddress(Throwable cause,
String value,
String name,
Location location)
Creates an exception indicating the
value for the attribute, represented by the name parameter,
is not a valid multicast address. |
XMLStreamException |
invalidOutboundSocketBinding(String name,
String localTag,
String remoteTag,
Location location)
Creates an exception indicating an outbound socket binding cannot have both the
localTag and the
remoteTag . |
IllegalArgumentException |
invalidParameterValue(OperationEntry.Flag flag,
String name,
Collection<OperationEntry.Flag> validFlags)
Creates an exception indicating the
flag is invalid. |
String |
invalidPathElementKey(String key)
Creates an exception indicating the
key is invalid. |
String |
invalidPathElementValue(String value)
Creates an exception indicating the
value is invalid. |
XMLStreamException |
invalidPort(String name,
String value,
Location location)
Creates an exception indicating the
value for the name must be a valid port number. |
XMLStreamException |
invalidSha1Value(Throwable cause,
String value,
String name,
Location location)
Creates an exception indicating the
value for the attribute, represented by the name parameter,
does not represent a properly hex-encoded SHA1 hash. |
IllegalStateException |
invalidStage(OperationContext.Stage stage,
ProcessType processType)
Creates an exception indicating the stage is not valid for the context process type.
|
IllegalArgumentException |
invalidStepStage()
Creates an exception indicating an invalid step stage specified.
|
IllegalArgumentException |
invalidStepStageForContext()
Creates an exception indicating an invalid step stage for this context type.
|
IllegalArgumentException |
invalidTableSize()
Creates an exception indicating the table cannot have a negative size.
|
String |
invalidType(org.jboss.dmr.ModelType type)
A message indicating the type, represented by the
type parameter, is invalid. |
String |
invalidValue(String value,
String name,
Collection<?> validValues)
A message indicating the
value for the parameter, represented by the name parameter, is invalid. |
XMLStreamException |
invalidValueGreaterThan(String name,
int value,
int minValue,
Location location)
Creates an exception indicating the
value for the name must be greater than the minimum value,
represented by the minValue parameter. |
XMLStreamException |
invalidValueNegative(String name,
int value,
Location location)
Creates an exception indicating the
value for the name cannot be negative. |
IllegalStateException |
mainFileNotFound(String name,
File configurationDir)
Creates an exception indicating the canonical file for the main file could not be found.
|
org.jboss.as.controller.OperationFailedRuntimeException |
managementResourceNotFound(PathAddress pathAddress)
Creates an exception indicating a resource cannot be found.
|
XMLStreamException |
missingOneOf(StringBuilder sb,
Location location)
Creates an exception indicating there must be one of the elements, represented by the
sb parameter,
included. |
XMLStreamException |
missingRequiredAttributes(StringBuilder sb,
Location location)
Creates an exception indicating there are missing required attribute(s).
|
XMLStreamException |
missingRequiredElements(StringBuilder sb,
Location location)
Creates an exception indicating there are missing required element(s).
|
org.jboss.as.controller.OperationFailedRuntimeException |
modelUpdateNotAuthorized(String operation,
PathAddress address) |
RuntimeException |
moduleInitializationInterrupted(String name)
Creates an exception indicating an interruption awaiting to initialize the module.
|
XMLStreamException |
moduleLoadingInterrupted(String name)
Creates an exception indicating an interruption awaiting to load the module.
|
IllegalStateException |
multipleModelNodes(String name)
Creates an exception indicating a model contains multiple nodes.
|
String |
namespaceAlreadyRegistered(String prefix,
String uri)
A message indicating a namespace with the prefix, represented by the
prefix parameter, is already
registered with the schema URI, represented by the uri parameter. |
String |
namespaceNotFound(String prefix)
A message indicating no namespace with the URI
prefix , was found. |
String |
nestedElementNotAllowed(Element element)
A message indicating the element, represented by the
element parameter, does not allow nesting. |
RequestProcessingException |
noActiveRequestForHandlingReport(int id)
Creates an exception indicating no active request was found for handling the report represented by the
id
parameter. |
RequestProcessingException |
noActiveRequestForProxyOperation(int id)
Creates an exception indicating no active request was found for proxy control represented by the
id
parameter. |
IOException |
noActiveRequestForReadingInputStreamReport(int id)
Creates an exception indicating no active request was found for reading the inputstream report represented by
the
id parameter. |
IllegalStateException |
noActiveStep()
Creates an exception indicating there is no active step.
|
RuntimeException |
noActiveTransaction(int id)
Creates an exception indicating no active transaction found for the
id . |
String |
noChildRegistry(String childType,
String child)
A message indicating there is no child registry for the child, represented by the
childType and
child parameters. |
org.jboss.as.controller.OperationFailedRuntimeException |
noChildType(String name)
Creates an exception indicating no child type for the
name . |
IllegalArgumentException |
nodeAlreadyRegistered(String location)
Creates an exception indicating a node is already registered at the location.
|
IllegalArgumentException |
nodeAlreadyRegistered(String location,
String value)
Creates an exception indicating a node is already registered at the location.
|
String |
noHandler(String stepOpName,
PathAddress address)
A message indicating no handler for the step operation, represented by the
stepOpName parameter, at
address . |
String |
noInterfaceCriteria()
A message indicating that no interface criteria was provided.
|
String |
noOperationHandler()
A message indicating there is no operation handler.
|
String |
noPermissionToResolveExpression(org.jboss.dmr.ModelNode toResolve,
SecurityException e)
Creates an exception message indicating an expression could not be resolved due to lack of security permissions.
|
IllegalStateException |
notADirectory(String path)
Creates an exception indicating the
path is not a directory. |
IllegalStateException |
notFound(String path,
String className,
org.jboss.modules.ModuleIdentifier id)
Creates an exception indicating no
path/className was found for the module identifier. |
IllegalStateException |
nullAsynchronousExecutor()
Creates an exception indicating an asynchronous operation cannot execute without an executor.
|
String |
nullNotAllowed(String name)
A message indicating the
name may not be null . |
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable, represented by the
name parameter, was null . |
String |
operation(String step)
Creates a message indicating the operation step.
|
IllegalStateException |
operationAlreadyComplete()
Creates an exception indicating the operation is already complete.
|
String |
operationCancelled()
Creates a message indicating the operation is cancelled.
|
org.jboss.as.controller.OperationCancellationException |
operationCancelledAsynchronously()
Creates a message indicating the operation is cancelled asynchronously.
|
String |
operationHandlerFailed(String msg)
A message indicating the operation handler failed.
|
String |
operationHandlerFailedToComplete()
A message indicating the operation handler failed to complete.
|
String |
operationNotRegistered(String op,
PathAddress address)
A message indicating there is no operation, represented by the
op parameter, registered at the address,
represented by the address parameter. |
IllegalArgumentException |
operationNotRegisteredException(String op,
PathAddress address)
Creates an exception indicating there is no operation, represented by the
op parameter, registered at the address,
represented by the address parameter. |
IllegalStateException |
operationReplyValueTypeRequired(String operationName)
Creates an exception indicating an operation reply value type description is required but was not implemented
for the operation represented by the
operationName parameter. |
String |
operationRollingBack()
A message indicating the operation is rolling back.
|
String |
operationSucceeded()
A message indicating the operation succeeded and is committing.
|
String |
parsingProblem(int row,
int col,
String msg)
A message indicating there was a parsing problem.
|
org.jboss.msc.service.StartException |
persisterNotInjected()
Creates an exception indicating no configuration persister was injected.
|
RequestProcessingException |
prepareFailThreadInterrupted()
Creates an exception indicating the thread was interrupted waiting for the operation to prepare/fail.
|
XMLStreamException |
profileHasNoSubsystems(Location location)
Creates an exception indicating the profile has no subsystem configurations.
|
XMLStreamException |
profileNotFound(Location location)
Creates an exception indicating no profile found for inclusion.
|
IllegalArgumentException |
proxyHandlerAlreadyRegistered(String location)
Creates an exception indicating the proxy handler is already registered at the location.
|
RuntimeException |
remoteCallerThreadInterrupted()
Creates an exception indicating a thread was interrupted waiting to read attachment input stream from a remote
caller.
|
IllegalStateException |
removingExtensionWithRegisteredSubsystem(String moduleName,
String subsystem)
Creates an exception indicating that an attempt was made to remove an extension before removing all of its
subsystems.
|
String |
removingServiceUnsatisfiedDependencies()
A message indicating that removing services has lead to unsatisfied dependencies.
|
String |
removingServiceUnsatisfiedDependencies(String name)
A message indicating that removing services has lead to unsatisfied dependencies.
|
String |
required(String name)
A message indicating the
name is required. |
XMLStreamException |
reserved(String name,
Location location)
Creates an exception indicating the
name is reserved. |
String |
resourceNotFound(org.jboss.dmr.ModelNode resource)
A message indicating a resource does not exist.
|
org.jboss.as.controller.OperationFailedRuntimeException |
resourceNotFound(PathAddress ancestor,
PathAddress address)
Creates an exception indicating a resource does not exist.
|
IllegalStateException |
rollbackAlreadyInvoked()
Creates an exception indicating the rollback has already been invoked.
|
IllegalStateException |
rootRegistrationIsNotOverridable()
Creates an exception indicating that an attempt was made to remove a resource registration from the root registration.
|
String |
schemaAlreadyRegistered(String schemaUri,
String location)
A message indicating a schema with URI, represented by the
schemaUri parameter, is already registered
with the location, represented by the location parameter. |
String |
schemaNotFound(String uri)
A message indicating the schema was not found wit the
uri . |
IllegalStateException |
serverResultsAccessNotAllowed(ProcessType validType,
ProcessType processType) |
CancellationException |
serviceInstallCancelled()
Creates an exception indicating the service install was cancelled.
|
IllegalStateException |
serviceRegistryRuntimeOperationsOnly()
Creates an exception indicating the get service registry only supported in runtime operations.
|
IllegalStateException |
serviceRemovalRuntimeOperationsOnly()
Creates an exception indicating the service removal only supported in runtime operations.
|
String |
servicesMissing(StringBuilder sb)
A message indicating the missing services.
|
String |
servicesMissingDependencies()
A message that indicates there are services with missing or unavailable dependencies.
|
String |
serviceStatusReportAvailable(org.jboss.msc.service.ServiceName serviceName)
A message for the service status report for unavailable dependencies.
|
String |
serviceStatusReportCorrected()
A message for the service status report indicating new corrected service.
|
String |
serviceStatusReportDependencies()
A message for the service status report indicating new missing or unsatisfied dependencies.
|
String |
serviceStatusReportFailed()
A message for the service status report for failed services.
|
String |
serviceStatusReportHeader()
A message for the service status report header.
|
String |
serviceStatusReportMissing(org.jboss.msc.service.ServiceName serviceName,
String dependents)
A message for the service status report for missing dependencies.
|
String |
serviceStatusReportNoLongerRequired(org.jboss.msc.service.ServiceName serviceName)
A message for the service status report for no longer required dependencies.
|
String |
serviceStatusReportUnavailable(org.jboss.msc.service.ServiceName serviceName,
String dependents)
A message for the service status report for unavailable dependencies.
|
IllegalStateException |
serviceTargetRuntimeOperationsOnly()
Creates an exception indicating the get service target only supported in runtime operations.
|
IllegalStateException |
stageAlreadyComplete(OperationContext.Stage stage)
Creates an exception indicating the stage is already complete.
|
String |
stepHandlerFailed(OperationStepHandler handler)
A message indicating the step handler failed after completion.
|
String |
stepHandlerFailedRollback(OperationStepHandler handler,
String op,
PathAddress address,
String msg)
A message indicating the step handler for the operation failed handling operation rollback.
|
String |
subsystemBootInterrupted()
A message indicating an interruption awaiting subsystem boot operation execution.
|
String |
subsystemBootOperationFailed(String name)
A message indicating the boot operations for the subsystem, represented by the
name parameter, failed
without explanation. |
String |
subsystemBootOperationFailedExecuting(String name)
A message indicating a failure executing subsystem boot operations, but no individual operation failed.
|
IllegalStateException |
tableIsFull()
Creates an exception indicating the table is full.
|
RuntimeException |
transactionInterrupted()
Creates an exception indicating an interruption awaiting a transaction commit or rollback.
|
RuntimeException |
transactionTimeout(String type)
Creates an exception indicating a timeout occurred waiting for the transaction.
|
XMLStreamException |
unexpectedAttribute(QName name,
Location location)
Creates an exception indicating an unexpected attribute, represented by the
name parameter, was
encountered. |
XMLStreamException |
unexpectedElement(QName name,
Location location)
Creates an exception indicating an unexpected element, represented by the
name parameter, was
encountered. |
XMLStreamException |
unexpectedEndElement(QName name,
Location location)
Creates an exception indicating an unexpected end of an element, represented by the
name parameter, was
encountered. |
IllegalStateException |
unexpectedStorage(AttributeAccess.Storage storage)
Creates an exception indicating the
storage was unexpected. |
String |
unknownAttribute(String name)
A message indicating the attribute, represented by the
name parameter, is unknown. |
String |
unknownChildType(String name)
A message indicating there is no known child type with the name, represented by the
name parameter. |
RuntimeException |
unknownCriteriaInterfaceProperty(String name)
Creates an exception indicating the property, represented by the
name parameter, is unknown. |
String |
unknownCriteriaInterfaceType(String type)
A message indicating the interface criteria type, represented by the
type parameter, is unknown. |
XMLStreamException |
unknownInterface(String value,
String attributeName,
String elementName,
Location location)
Creates an exception indicating the interface, represented by the
value attribute, for the attribute,
represented by the attributeName parameter, is unknown on in the element. |
XMLStreamException |
unknownValueForElement(String elementName1,
String value,
String elementName2,
String parentElement,
Location location)
Creates an exception indicating an unknown
elementName1 value elementName2 must be
declared in the element represented by the parentElement parameter. |
IllegalStateException |
useOperationContextRemoveService()
Creates an exception indicating a user tried calling ServiceController.setMode(REMOVE) from an operation handler.
|
String |
validationFailed(String name)
A message indicating the validation failed.
|
IllegalArgumentException |
validationFailedActualParameterNotDescribed(String paramName,
Set<String> parameterNames,
String operation)
Creates an exception indicating that the operation contains a parameter not in its descriptor
|
IllegalArgumentException |
validationFailedCouldNotConvertParamToType(String paramName,
org.jboss.dmr.ModelType type,
String operation)
Creates an exception indicating that an operation parameter could not be converted to the required type
|
IllegalArgumentException |
validationFailedInvalidElementType(String paramName,
org.jboss.dmr.ModelType elementType,
String operation)
Creates an exception indicating that an operation parameter list value has an element that is not of the accepted type
|
IllegalArgumentException |
validationFailedNoOperationFound(String name,
PathAddress address,
String operation)
Creates an exception indicating that the operation could not be found
|
IllegalArgumentException |
validationFailedOperationHasANullOrEmptyName(String operation)
Creates an exception indicating that the operation has an empty name.
|
IllegalArgumentException |
validationFailedOperationHasNoField(String field,
String operation)
Creates an exception indicating that the operation is missing one of the standard fields.
|
IllegalArgumentException |
validationFailedRequiredParameterNotPresent(String paramName,
String operation)
Creates an exception indicating that the operation does not contain a required parameter
|
IllegalArgumentException |
validationFailedRequiredParameterPresentAsWellAsAlternative(String alternative,
String paramName,
String operation)
Creates an exception indicating that the operation contains both an alternative and a required parameter
|
IllegalArgumentException |
validationFailedValueIsGreaterThanMax(Number value,
String paramName,
Number max,
String operation)
Creates an exception indicating that an operation parameter value is greater than the allowed minimum value
|
IllegalArgumentException |
validationFailedValueIsLongerThanMaxLength(Object value,
String paramName,
Object maxLength,
String operation)
Creates an exception indicating that an operation parameter value is longer than the allowed maximum length
|
IllegalArgumentException |
validationFailedValueIsShorterThanMinLength(Object value,
String paramName,
Object minLength,
String operation)
Creates an exception indicating that an operation parameter value is shorter than the allowed minimum length
|
IllegalArgumentException |
validationFailedValueIsSmallerThanMin(Number value,
String paramName,
Number min,
String operation)
Creates an exception indicating that an operation parameter value is smaller than the allowed minimum value
|
IllegalArgumentException |
wildcardRegistrationIsNotAnOverride()
Creates an exception indicating that an attempt was made to remove a wildcard model registration via
the unregisterOverrideModel API.
|
static final ControllerMessages MESSAGES
@Message(id=14630, value="%s already defined") XMLStreamException alreadyDefined(String name, @Param Location location)
name
is already defined.name
- the name that is already defined.location
- the location of the error.XMLStreamException
for the error.@Message(id=14631, value="%s %s already declared") XMLStreamException alreadyDeclared(String name, String value, @Param Location location)
value
has already been declared.name
- the attribute name.value
- the value that has already been declared.location
- the location of the error.XMLStreamException
for the error.@Message(id=14632, value="A %s %s already declared has already been declared in %s %s") XMLStreamException alreadyDeclared(String name, String value, String parentName, String parentValue, @Param Location location)
value
has already been declared.name
- the attribute name.value
- the value that has already been declared.parentName
- the name of the parent.parentValue
- the parent value.location
- the location of the error.XMLStreamException
for the error.@Message(id=14633, value="A %s or a %s %s already declared has already been declared in %s %s") XMLStreamException alreadyDeclared(String name1, String name2, String value, String parentName, String parentValue, @Param Location location)
value
has already been declared.name1
- the first attribute name.name2
- the second attribute name.value
- the value that has already been declared.parentName
- the name of the parent.parentValue
- the parent value.location
- the location of the error.XMLStreamException
for the error.@Message(id=14634, value="An %s named \'%s\' is already registered at location \'%s\'") IllegalArgumentException alreadyRegistered(String type, String name, String location)
type
with the name
is already registered at the
location
.type
- the type.name
- the name.location
- the location.IllegalArgumentException
for the error.@Message(id=14635, value="Ambiguous configuration file name \'%s\' as there are multiple files in %s that end in %s") IllegalStateException ambiguousConfigurationFiles(String backupType, File searchDir, String suffix)
suffix
were found in the directory.backupType
- the backup type.searchDir
- the search directory.suffix
- the file suffix.IllegalStateException
for the error.@Message(id=14636, value="Ambiguous name \'%s\' in %s: %s") IllegalArgumentException ambiguousName(String prefix, String dir, Collection<String> files)
prefix
parameter, was found in
the directory, represented by the dir
parameter.prefix
- the file prefix.dir
- the search directory.files
- the ambiguous files.IllegalArgumentException
for the error.@Message(id=14637, value="Thread was interrupted waiting for a response for asynch operation") RequestProcessingException asynchOperationThreadInterrupted()
RequestProcessingException
for the error.@Message(id=14638, value="No asynch request with batch id %d") RequestProcessingException asynchRequestNotFound(int batchId)
batchId
parameter.batchId
- the batch id.RequestProcessingException
for the error.@Message(id=14639, value="Attribute %s is not writable") String attributeNotWritable(String attributeName)
attributeName
parameter, is not writable.attributeName
- the attribute name.@Message(id=14640, value="\'%s\' is a registered child of resource (%s)") String attributeRegisteredOnResource(String attributeName, org.jboss.dmr.ModelNode resource)
attributeName
parameter, is a registered child of
the resource.attributeName
- the name of the attribute.resource
- the resource the attribute is a child of.@Message(id=14641, value="Unable to determine a default name based on the local host name") RuntimeException cannotDetermineDefaultName(@Cause Throwable cause)
cause
- the cause of the error.RuntimeException
for the error.@Message(id=14642, value="Could not create %s") IllegalStateException cannotCreate(String path)
path
- the path to the file.IllegalStateException
for the error.@Message(id=14643, value="Could not delete %s") IllegalStateException cannotDelete(File file)
file
- the file to delete.IllegalStateException
for the error.@Message(id=14644, value="Cannot register submodels with a null PathElement") IllegalArgumentException cannotRegisterSubmodelWithNullPath()
null
path.IllegalArgumentException
for the error.@Message(id=14645, value="Cannot register non-runtime-only submodels with a runtime-only parent") IllegalArgumentException cannotRegisterSubmodel()
IllegalArgumentException
for the error.@Message(id=14646, value="Cannot remove %s") org.jboss.as.controller.OperationFailedRuntimeException cannotRemove(String name)
name
.name
- the name.OperationFailedRuntimeException
for the error.@Message(id=14647, value="Could not rename %s to %s") IllegalStateException cannotRename(String fromPath, String toPath)
fromPath
- the from file.toPath
- the to file.IllegalStateException
for the error.@Message(id=14648, value="Cannot write to %s") IllegalArgumentException cannotWriteTo(String name)
name
.name
- the name.IllegalArgumentException
for the error.@Message(id=14649, value="Child %s of element %s already declared") XMLStreamException childAlreadyDeclared(String childName, String parentName, @Param Location location)
childName
parameter, of the parent element,
represented by the parentName
parameter, has already been declared.childName
- the child element name.parentName
- the parent element name.location
- the location of the error.XMLStreamException
for the error.@Message(id=14650, value="Could not get canonical file for boot file: %s") RuntimeException canonicalBootFileNotFound(@Cause Throwable cause, File file)
cause
- the cause of the error.file
- the boot file.RuntimeException
for the error.@Message(id=14651, value="Could not get canonical file for main file: %s") IllegalStateException canonicalMainFileNotFound(@Cause Throwable cause, File file)
cause
- the cause of the error.file
- the main file.IllegalStateException
for the error.@Message(id=14652, value="Channel closed") String channelClosed()
@Message(id=14653, value="Composite operation failed and was rolled back. Steps that failed:") String compositeOperationFailed()
@Message(id=14654, value="Composite operation was rolled back") String compositeOperationRolledBack()
@Message(id=14655, value="Configuration files whose complete name is %s are not allowed") IllegalArgumentException configurationFileNameNotAllowed(String backupType)
backupType
is
not allowed.backupType
- the backup type.IllegalArgumentException
for the error.@Message(id=14656, value="No configuration file ending in %s found in %s") IllegalStateException configurationFileNotFound(String suffix, File dir)
suffix
was found in the directory,
represented by the dir
parameter.suffix
- the suffix.dir
- the search directory.IllegalStateException
for the error.@Message(id=14657, value="No directory %s was found") IllegalArgumentException directoryNotFound(String pathName)
pathName
parameter, was not found.pathName
- the path name.IllegalArgumentException
for the error.@Message(id=14658, value="Either a %s or %s domain controller configuration must be declared.") XMLStreamException domainControllerMustBeDeclared(String remoteName, String localName, @Param Location location)
remoteName
or the localName
domain controller
configuration must be declared.remoteName
- the remote element name.localName
- the local element name.location
- the location of the error.XMLStreamException
for the error.@Message(id=14659, value="An attribute named \'%s\' has already been declared") XMLStreamException duplicateAttribute(String name, @Param Location location)
name
parameter, has already been
declared.name
- the attribute name.location
- the location of the error.XMLStreamException
for the error.@Message(id=14660, value="Duplicate %s declaration") XMLStreamException duplicateDeclaration(String name, @Param Location location)
name
- the name of the duplicate entry.location
- the location of the error.XMLStreamException
for the error.@Message(id=14661, value="Duplicate %s declaration %s") XMLStreamException duplicateDeclaration(String name, String value, @Param Location location)
name
- the name of the duplicate entry.value
- the duplicate entry.location
- the location of the error.XMLStreamException
for the error.@Message(id=14662, value="Duplicate path element \'%s\' found") org.jboss.as.controller.OperationFailedRuntimeException duplicateElement(String name)
name
parameter, was found.name
- the name of the duplicate entry.OperationFailedRuntimeException
for the error.@Message(id=14663, value="Duplicate interface declaration") XMLStreamException duplicateInterfaceDeclaration(@Param Location location)
location
- the location of the error.XMLStreamException
for the error.@Message(id=14664, value="An element of this type named \'%s\' has already been declared") XMLStreamException duplicateNamedElement(String name, @Param Location location)
name
parameter, has already been
declared.name
- the element name.location
- the location of the error.XMLStreamException
for the error.@Message(id=14665, value="Duplicate profile included") XMLStreamException duplicateProfile(@Param Location location)
location
- the location of the error.XMLStreamException
for the error.@Message(id=14666, value="Duplicate resource %s") IllegalStateException duplicateResource(String name)
name
- the name of the resource.IllegalStateException
for the error.@Message(id=14667, value="Duplicate resource type %s") IllegalStateException duplicateResourceType(String type)
type
- the duplicate type.IllegalStateException
for the error.@Message(id=14668, value="Element %s is not supported in a %s file") String elementNotSupported(String name, String fileName)
name
parameter, is not supported the file,
represented by the file
parameter.name
- the name of the element.fileName
- the file name.@Message(id=14669, value="Error waiting for Tx commit/rollback") String errorWaitingForTransaction()
@Message(id=14670, value="Failed initializing module %s") RuntimeException failedInitializingModule(@Cause Throwable cause, String name)
cause
- the cause of the error.name
- the name of the module.RuntimeException
for the error.@Message(id=14671, value="Failed services") String failedServices()
@Message(id=14672, value="Failed to back up %s") ConfigurationPersistenceException failedToBackup(@Cause Throwable cause, File file)
file
parameter.cause
- the cause of the error.file
- the file that failed to backup.ConfigurationPersistenceException
for the error.@Message(id=14673, value="Failed to create backup copies of configuration file %s") ConfigurationPersistenceException failedToCreateConfigurationBackup(@Cause Throwable cause, File file)
file
parameter.cause
- the cause of the error.file
- the configuration file that failed to backup.ConfigurationPersistenceException
for the error.@Message(id=14674, value="Failed to load module") XMLStreamException failedToLoadModule(@Cause Throwable cause)
cause
- the cause of the error.XMLStreamException
for the error.@Message(id=-1, value="Failed to load module %s") XMLStreamException failedToLoadModule(@Cause Throwable cause, String name)
cause
- the cause of the error.name
- the module name.XMLStreamException
for the error.@Message(id=14675, value="Failed to marshal configuration") ConfigurationPersistenceException failedToMarshalConfiguration(@Cause Throwable cause)
cause
- the cause of the error.ConfigurationPersistenceException
for the error.@Message(id=14676, value="Failed to parse configuration") ConfigurationPersistenceException failedToParseConfiguration(@Cause Throwable cause)
cause
- the cause of the error.ConfigurationPersistenceException
for the error.@Message(id=14677, value="Failed to persist configuration change: %s") String failedToPersistConfigurationChange(String cause)
cause
- the cause of the error.@Message(id=14678, value="Failed to store configuration") ConfigurationPersistenceException failedToStoreConfiguration(@Cause Throwable cause)
cause
- the cause of the error.ConfigurationPersistenceException
for the error.@Message(id=14679, value="Failed to take a snapshot of %s to %s") ConfigurationPersistenceException failedToTakeSnapshot(@Cause Throwable cause, File file, File snapshot)
file
parameter.cause
- the cause of the error.file
- the file that failed to take the snapshot of.snapshot
- the snapshot file.ConfigurationPersistenceException
for the error.@Message(id=14680, value="Failed to write configuration") ConfigurationPersistenceException failedToWriteConfiguration(@Cause Throwable cause)
cause
- the cause of the error.ConfigurationPersistenceException
for the error.@Message(id=14681, value="%s does not exist") IllegalArgumentException fileNotFound(String path1)
path1
does not exist.path1
- the first non-existing path.IllegalArgumentException
for the error.@Message(id=14682, value="No files beginning with \'%s\' found in %s") IllegalArgumentException fileNotFoundWithPrefix(String prefix, String dir)
prefix
were found in the directory,
represented by the dir
parameter.prefix
- the file prefix.dir
- the search directory.IllegalArgumentException
for the error.@Message(id=14683, value="%s cannot be used except in a full server boot") IllegalStateException fullServerBootRequired(Class<?> clazz)
clazz
cannot be used except in a full server boot.clazz
- the class that cannot be used.IllegalStateException
for the error.@Message(id=14684, value="No included group with name %s found") String groupNotFound(String name)
name
parameter, was found.name
- the name of the group.@Message(id=14685, value="Illegal interface criteria type %s; must be %s") String illegalInterfaceCriteria(org.jboss.dmr.ModelType invalidType, org.jboss.dmr.ModelType validType)
valueType
parameter.invalidType
- the invalid type.validType
- the valid type.@Message(id=14686, value="Illegal value %s for interface criteria %s; must be %s") String illegalValueForInterfaceCriteria(org.jboss.dmr.ModelType valueType, String id, org.jboss.dmr.ModelType validType)
valueType
parameter, is invalid for the interface
criteria, represented by the id
parameter.valueType
- the type of the invalid value.id
- the id of the criteria interface.validType
- the valid type.@Message(id=14687, value="Resource is immutable") UnsupportedOperationException immutableResource()
UnsupportedOperationException
for the error.@Message(id=14688, value="Wrong type for %s. Expected %s but was %s") String incorrectType(String name, Collection<org.jboss.dmr.ModelType> validTypes, org.jboss.dmr.ModelType invalidType)
name
- the name the invalid type was found for.validTypes
- a collection of valid types.invalidType
- the invalid type.@Message(id=14689, value="Interrupted while waiting for request") String interruptedWaitingForRequest()
@Message(id=14690, value="%s is invalid") String invalid(String name)
name
is invalid.name
- the name of the invalid attribute.@Message(id=14691, value="%d is not a valid %s") XMLStreamException invalid(@Cause Throwable cause, int value, String name, @Param Location location)
value
is invalid.cause
- the cause of the error.value
- the invalid value.name
- the name of the invalid attribute.location
- the location of the error.XMLStreamException
for the error.@Message(id=14692, value="Invalid address %s (%s)") String invalidAddress(String address, String msg)
address
parameter, is invalid.address
- the invalid address.msg
- the error message.@Message(id=14693, value="Invalid \'value\' %s -- must be of the form address/mask") String invalidAddressMaskValue(String value)
value
parameter, is invalid and must be of the form
address/mask.value
- the invalid value.@Message(id=14694, value="Invalid mask %s (%s)") String invalidAddressMask(String mask, String msg)
mask
parameter, is invalid.mask
- the invalid mask.msg
- the error message.@Message(id=14695, value="Invalid address %s (%s)") String invalidAddressValue(String value, String msg)
value
parameter, is invalid.value
- the invalid address value.msg
- the error message.@Message(id=14696, value="%s is invalid in combination with %s") String invalidAttributeCombo(String attributeName, StringBuilder combos)
attributeName
parameter, is invalid in
combination with the combos
parameter.attributeName
- the attribute name.combos
- the combinations.@Message(id=14697, value="Invalid value \'%s\' for attribute \'%s\'") XMLStreamException invalidAttributeValue(String value, QName name, @Param Location location)
value
parameter, was found for the
attribute, represented by the name
parameter.value
- the invalid value.name
- the attribute name.location
- the location of the error.XMLStreamException
for the error.@Message(id=14698, value="Illegal value %d for attribute \'%s\' must be between %d and %d (inclusive)") XMLStreamException invalidAttributeValue(int value, QName name, int minInclusive, int maxInclusive, @Param Location location)
value
parameter, was found for the
attribute, represented by the name
parameter. The value must be between the minInclusive
and
maxInclusive
values.value
- the invalid value.name
- the attribute name.minInclusive
- the minimum value allowed.maxInclusive
- the maximum value allowed.location
- the location of the error.XMLStreamException
for the error.@Message(id=14699, value="Illegal value \'%s\' for attribute \'%s\' must be an integer") XMLStreamException invalidAttributeValueInt(@Cause Throwable cause, String value, QName name, @Param Location location)
value
parameter, was found
for the attribute, represented by the name
parameter.cause
- the cause of the error.value
- the invalid value.name
- the attribute name.location
- the location of the error.XMLStreamException
for the error.@Message(id=14700, value="Invalid pattern %s for interface criteria %s") String invalidInterfaceCriteriaPattern(String pattern, String name)
pattern
parameter, for the interface criteria,
represented by the name
parameter, is invalid.pattern
- the pattern.name
- the interface criteria.@Message(id=14701, value="Invalid key specification %s") String invalidPathElementKey(String key)
key
is invalid.key
- the invalid value.OperationFailedRuntimeException
for the error.@Message(id=14702, value="Load factor must be greater than 0 and less than or equal to 1") IllegalArgumentException invalidLoadFactor()
IllegalArgumentException
for the error.@Message(id=14703, value="\'%s\' is an invalid value for parameter %s. Values must have a maximum length of %d characters") String invalidMaxLength(String value, String name, int length)
value
parameter is invalid and must have a maximum length, represented by the
length
parameter.value
- the invalid value.name
- the name of the parameter.length
- the maximum length.@Message(id=14704, value="\'%s\' is an invalid value for parameter %s. Values must have a minimum length of %d characters") String invalidMinLength(String value, String name, int length)
value
parameter is invalid and must have a minimum length, represented by the
length
parameter.value
- the invalid value.name
- the name of the parameter.length
- the minimum length.@Message(id=14705, value="[%d] is an invalid size for parameter %s. A maximum length of [%d] is required") String invalidMaxSize(int size, String name, int maxSize)
size
is an invalid size for the parameter, represented by the name
parameter.size
- the invalid size.name
- the name of the parameter.maxSize
- the maximum size allowed.@Message(id=14706, value="[%d] is an invalid size for parameter %s. A minimum length of [%d] is required") String invalidMinSize(int size, String name, int minSize)
size
is an invalid size for the parameter, represented by the name
parameter.size
- the invalid size.name
- the name of the parameter.minSize
- the minimum size allowed.@Message(id=14707, value="%d is an invalid value for parameter %s. A maximum value of %d is required") String invalidMaxValue(int value, String name, int maxValue)
value
is invalid for the parameter, represented by the name
parameter.value
- the invalid value.name
- the name of the parameter.maxValue
- the minimum value required.String invalidMaxValue(long value, String name, long maxValue)
value
is invalid for the parameter, represented by the name
parameter.value
- the invalid value.name
- the name of the parameter.maxValue
- the minimum value required.@Message(id=14708, value="%d is an invalid value for parameter %s. A minimum value of %d is required") String invalidMinValue(int value, String name, int minValue)
value
is invalid for the parameter, represented by the name
parameter.value
- the invalid value.name
- the name of the parameter.minValue
- the minimum value required.String invalidMinValue(long value, String name, long minValue)
value
is invalid for the parameter, represented by the name
parameter.value
- the invalid value.name
- the name of the parameter.minValue
- the minimum value required.@Message(id=14709, value="Invalid modification after completed step") IllegalStateException invalidModificationAfterCompletedStep()
IllegalStateException
for the error.@Message(id=14710, value="Value %s for attribute %s is not a valid multicast address") XMLStreamException invalidMulticastAddress(String value, String name, @Param Location location)
value
for the attribute, represented by the name
parameter,
is not a valid multicast address.value
- the invalid value.name
- the name of the attribute.location
- the location of the error.XMLStreamException
for the error.XMLStreamException invalidMulticastAddress(@Cause Throwable cause, String value, String name, @Param Location location)
value
for the attribute, represented by the name
parameter,
is not a valid multicast address.cause
- the cause of the error.value
- the invalid value.name
- the name of the attribute.location
- the location of the error.XMLStreamException
for the error.@Message(id=14711, value="An outbound socket binding: %s cannot have both %s as well as a %s at the same time") XMLStreamException invalidOutboundSocketBinding(String name, String localTag, String remoteTag, @Param Location location)
localTag
and the
remoteTag
.name
- the name of the socket binding.localTag
- the local tag.remoteTag
- the remote tag.location
- the location of the error.XMLStreamException
for the error.@Message(id=14712, value="%s is not a valid value for parameter %s -- must be one of %s") IllegalArgumentException invalidParameterValue(OperationEntry.Flag flag, String name, Collection<OperationEntry.Flag> validFlags)
flag
is invalid.flag
- the invalid flag.name
- the name of the parameter.validFlags
- a collection of valid flags.IllegalArgumentException
for the error.@Message(id=14713, value="Value %s for attribute %s does not represent a properly hex-encoded SHA1 hash") XMLStreamException invalidSha1Value(@Cause Throwable cause, String value, String name, @Param Location location)
value
for the attribute, represented by the name
parameter,
does not represent a properly hex-encoded SHA1 hash.cause
- the cause of the error.value
- the invalid value.name
- the name of the attribute.location
- the location of the error.XMLStreamException
for the error.@Message(id=14714, value="Stage %s is not valid for context process type %s") IllegalStateException invalidStage(OperationContext.Stage stage, ProcessType processType)
stage
- the stage.processType
- the context process type.IllegalStateException
for the error.@Message(id=14715, value="Invalid step stage specified") IllegalArgumentException invalidStepStage()
IllegalArgumentException
for the error.@Message(id=14716, value="Invalid step stage for this context type") IllegalArgumentException invalidStepStageForContext()
IllegalArgumentException
for the error.@Message(id=14717, value="Can not have a negative size table!") IllegalArgumentException invalidTableSize()
IllegalArgumentException
for the error.@Message(id=14718, value="Invalid type %s") String invalidType(org.jboss.dmr.ModelType type)
type
parameter, is invalid.type
- the invalid type.@Message(id=14719, value="Invalid value specification %s") String invalidPathElementValue(String value)
value
is invalid.value
- the invalid value.OperationFailedRuntimeException
for the error.@Message(id=14720, value="Invalid value %s for %s; legal values are %s") String invalidValue(String value, String name, Collection<?> validValues)
value
for the parameter, represented by the name
parameter, is invalid.value
- the invalid value.name
- the name of the parameter.validValues
- a collection of valid values.@Message(id=14721, value="Illegal \'%s\' value %s -- must be greater than %s") XMLStreamException invalidValueGreaterThan(String name, int value, int minValue, @Param Location location)
value
for the name
must be greater than the minimum value,
represented by the minValue
parameter.name
- the name for the value that cannot be negative.value
- the invalid value.minValue
- the minimum value.location
- the location of the error.XMLStreamException
for the error.@Message(id=14722, value="Illegal \'%s\' value %s -- cannot be negative") XMLStreamException invalidValueNegative(String name, int value, @Param Location location)
value
for the name
cannot be negative.name
- the name for the value that cannot be negative.value
- the invalid value.location
- the location of the error.XMLStreamException
for the error.@Message(id=14723, value="Must include one of the following elements: %s") XMLStreamException missingOneOf(StringBuilder sb, @Param Location location)
sb
parameter,
included.sb
- the acceptable elements.location
- the location of the error.XMLStreamException
for the error.@Message(id=14724, value="Missing required attribute(s): %s") XMLStreamException missingRequiredAttributes(StringBuilder sb, @Param Location location)
sb
- the missing attributes.location
- the location of the error.XMLStreamException
for the error.@Message(id=14725, value="Missing required element(s): %s") XMLStreamException missingRequiredElements(StringBuilder sb, @Param Location location)
sb
- the missing element.location
- the location of the error.XMLStreamException
for the error.@Message(id=14726, value="Interrupted awaiting loading of module %s") XMLStreamException moduleLoadingInterrupted(String name)
name
- the name of the module.XMLStreamException
for the error.@Message(id=14727, value="Interrupted awaiting initialization of module %s") RuntimeException moduleInitializationInterrupted(String name)
name
- the name of the module.RuntimeException
for the error.@Message(id=14728, value="Model contains multiple %s nodes") IllegalStateException multipleModelNodes(String name)
name
- the name of the node.IllegalStateException
for the error.@Message(id=14729, value="Namespace with prefix %s already registered with schema URI %s") String namespaceAlreadyRegistered(String prefix, String uri)
prefix
parameter, is already
registered with the schema URI, represented by the uri
parameter.prefix
- the namespace prefix.uri
- the schema URI.@Message(id=14730, value="No namespace with URI %s found") String namespaceNotFound(String prefix)
prefix
, was found.prefix
- the prefix.@Message(id=14731, value="Nested %s not allowed") String nestedElementNotAllowed(Element element)
element
parameter, does not allow nesting.element
- the element.@Message(id=14732, value="No active request found for handling report %d") RequestProcessingException noActiveRequestForHandlingReport(int id)
id
parameter.id
- the batch id.RequestProcessingException
for the error.@Message(id=14733, value="No active request found for proxy operation control %d") RequestProcessingException noActiveRequestForProxyOperation(int id)
id
parameter.id
- the batch id.RequestProcessingException
for the error.@Message(id=14734, value="No active request found for reading inputstream report %d") IOException noActiveRequestForReadingInputStreamReport(int id)
id
parameter.id
- the batch id.IOException
for the error.@Message(id=14735, value="No active step") IllegalStateException noActiveStep()
IllegalStateException
for the error.@Message(id=14736, value="No active tx found for id %d") RuntimeException noActiveTransaction(int id)
id
.id
- the id.RequestProcessingException
for the error.@Message(id=14737, value="No child registry for (%s, %s)") String noChildRegistry(String childType, String child)
childType
and
child
parameters.childType
- the child type.child
- the child.@Message(id=14738, value="No child type %s") org.jboss.as.controller.OperationFailedRuntimeException noChildType(String name)
name
.name
- the name.OperationFailedRuntimeException
for the error.@Message(id=14739, value="No handler for %s at address %s") String noHandler(String stepOpName, PathAddress address)
stepOpName
parameter, at
address
.stepOpName
- the step operation name.address
- the address.@Message(id=14740, value="No interface criteria was provided") String noInterfaceCriteria()
@Message(id=14741, value="No operation handler") String noOperationHandler()
@Message(id=14742, value="A node is already registered at \'%s%s)\'") IllegalArgumentException nodeAlreadyRegistered(String location, String value)
location
- the location the node is registered at.value
- the node value.IllegalArgumentException
for the error.@Message(id=14743, value="%s is not a directory") IllegalStateException notADirectory(String path)
path
is not a directory.path
- the path.IllegalStateException
for the error.@Message(id=14744, value="No %s%s found for %s") IllegalStateException notFound(String path, String className, org.jboss.modules.ModuleIdentifier id)
path/className
was found for the module identifier.path
- the path of the SPI.className
- the class name.id
- the module identifier.IllegalStateException
for the error.@Message(id=14745, value="Cannot execute asynchronous operation without an executor") IllegalStateException nullAsynchronousExecutor()
IllegalStateException
for the error.@Message(id=14746, value="%s may not be null") String nullNotAllowed(String name)
name
may not be null
.name
- the name that cannot be null
.@Message(id=14747, value="%s is null") IllegalArgumentException nullVar(String name)
name
parameter, was null
.name
- the name of the variable that was null
.IllegalArgumentException
for the error.@Message(value="Operation %s") String operation(String step)
step
- the step.@Message(id=14748, value="Operation already complete") IllegalStateException operationAlreadyComplete()
IllegalStateException
for the error.@Message(value="Operation cancelled") String operationCancelled()
@Message(value="Operation cancelled asynchronously") org.jboss.as.controller.OperationCancellationException operationCancelledAsynchronously()
CancellationException
for the error.@Message(id=14749, value="Operation handler failed: %s") String operationHandlerFailed(String msg)
msg
- the failure message.@Message(id=14750, value="Operation handler failed to complete") String operationHandlerFailedToComplete()
@Message(id=14751, value="Operation rolling back") String operationRollingBack()
@Message(id=14752, value="Operation succeeded, committing") String operationSucceeded()
@Message(id=14753, value="There is no operation %s registered at address %s") String operationNotRegistered(String op, PathAddress address)
op
parameter, registered at the address,
represented by the address
parameter.op
- the operation.address
- the address.@Message(id=14754, value="An operation reply value type description is required but was not implemented for operation %s") IllegalStateException operationReplyValueTypeRequired(String operationName)
operationName
parameter.operationName
- the name of the operation that requires the reply value type description.IllegalStateException
for the error.@Message(id=14755, value="Parsing problem at [row,col]:[%d ,%d]%nMessage: %s") String parsingProblem(int row, int col, String msg)
row
- the row the problem occurred at.col
- the column the problem occurred at.msg
- a message to concatenate.@Message(id=14756, value="No configuration persister was injected") org.jboss.msc.service.StartException persisterNotInjected()
StartException
for the error.@Message(id=14757, value="Thread was interrupted waiting for the operation to prepare/fail") RequestProcessingException prepareFailThreadInterrupted()
RequestProcessingException
for the error.@Message(id=14758, value="Profile has no subsystem configurations") XMLStreamException profileHasNoSubsystems(@Param Location location)
location
- the location of the error.XMLStreamException
for the error.@Message(id=14759, value="No profile found for inclusion") XMLStreamException profileNotFound(@Param Location location)
location
- the location of the error.XMLStreamException
for the error.@Message(id=14760, value="A proxy handler is already registered at location \'%s\'") IllegalArgumentException proxyHandlerAlreadyRegistered(String location)
location
- the location.IllegalArgumentException
for the error.@Message(id=14761, value="Thread was interrupted waiting to read attachment input stream from remote caller") RuntimeException remoteCallerThreadInterrupted()
RuntimeException
for the error.@Message(id=14762, value="Removing services has lead to unsatisfied dependencies:") String removingServiceUnsatisfiedDependencies()
removingServiceUnsatisfiedDependencies(String)
@Message(value="%nService %s was depended upon by ") String removingServiceUnsatisfiedDependencies(String name)
removingServiceUnsatisfiedDependencies()
name
- the name of the service.@Message(id=14763, value="%s is required") String required(String name)
name
is required.name
- the name of the required attribute.@Message(id=14764, value="%s is reserved") XMLStreamException reserved(String name, @Param Location location)
name
is reserved.name
- the name that is reserved.location
- the location of the error.XMLStreamException
for the error.@Message(id=14765, value="Resource does not exist: %s") String resourceNotFound(org.jboss.dmr.ModelNode resource)
resource
- the resource.@Message(id=14766, value="Resource %s does not exist; a resource at address %s cannot be created until all ancestor resources have been added") org.jboss.as.controller.OperationFailedRuntimeException resourceNotFound(PathAddress ancestor, PathAddress address)
ancestor
- the ancestor path.address
- the address.OperationFailedRuntimeException
for the error.@Message(id=14767, value="rollback() has already been invoked") IllegalStateException rollbackAlreadyInvoked()
IllegalStateException
for the error.@Message(id=14768, value="Schema with URI %s already registered with location %s") String schemaAlreadyRegistered(String schemaUri, String location)
schemaUri
parameter, is already registered
with the location, represented by the location
parameter.schemaUri
- the schema URI.location
- the location.@Message(id=14769, value="No schema location with URI %s found") String schemaNotFound(String uri)
uri
.uri
- the schema URI.@Message(id=14770, value="Service install was cancelled") CancellationException serviceInstallCancelled()
CancellationException
for the error.@Message(value="Missing[%s]") String servicesMissing(StringBuilder sb)
sb
- the missing services.@Message(id=14771, value="Services with missing/unavailable dependencies") String servicesMissingDependencies()
@Message(id=14772, value="Get service registry only supported in runtime operations") IllegalStateException serviceRegistryRuntimeOperationsOnly()
IllegalStateException
for the error.@Message(id=14773, value="Service removal only supported in runtime operations") IllegalStateException serviceRemovalRuntimeOperationsOnly()
IllegalStateException
for the error.@Message(id=14774, value="Service status report%n") String serviceStatusReportHeader()
@Message(id=14775, value=" New missing/unsatisfied dependencies:%n") String serviceStatusReportDependencies()
@Message(value=" %s (missing) dependents: %s %n") String serviceStatusReportMissing(org.jboss.msc.service.ServiceName serviceName, String dependents)
serviceName
- the name of the service@Message(value=" %s (unavailable) dependents: %s %n") String serviceStatusReportUnavailable(org.jboss.msc.service.ServiceName serviceName, String dependents)
serviceName
- the name of the service@Message(id=14776, value=" Newly corrected services:%n") String serviceStatusReportCorrected()
@Message(value=" %s (no longer required)%n") String serviceStatusReportNoLongerRequired(org.jboss.msc.service.ServiceName serviceName)
serviceName
- the name of the service@Message(value=" %s (new available)%n") String serviceStatusReportAvailable(org.jboss.msc.service.ServiceName serviceName)
serviceName
- the name of the service@Message(id=14777, value=" Services which failed to start:") String serviceStatusReportFailed()
@Message(id=14778, value="Get service target only supported in runtime operations") IllegalStateException serviceTargetRuntimeOperationsOnly()
IllegalStateException
for the error.@Message(id=14779, value="Stage %s is already complete") IllegalStateException stageAlreadyComplete(OperationContext.Stage stage)
stage
- the stage.IllegalStateException
for the error.@Message(id=14780, value="Step handler %s failed after completion") String stepHandlerFailed(OperationStepHandler handler)
handler
- the handler that failed.@Message(id=14781, value="Step handler %s for operation %s at address %s failed handling operation rollback -- %s") String stepHandlerFailedRollback(OperationStepHandler handler, String op, PathAddress address, String msg)
handler
- the handler that failed.op
- the operation.address
- the path address.msg
- the error message.@Message(id=14782, value="Interrupted awaiting subsystem boot operation execution") String subsystemBootInterrupted()
@Message(id=14783, value="Boot operations for subsystem %s failed without explanation") String subsystemBootOperationFailed(String name)
name
parameter, failed
without explanation.name
- the name of the subsystem.@Message(id=14784, value="Failed executing subsystem %s boot operations but no individual operation failed") String subsystemBootOperationFailedExecuting(String name)
@Message(id=14785, value="Table is full!") IllegalStateException tableIsFull()
IllegalStateException
for the error.@Message(id=14786, value="Interrupted awaiting transaction commit or rollback") RuntimeException transactionInterrupted()
RuntimeException
for the error.@Message(id=14787, value="A timeout occurred waiting for the transaction to %s") RuntimeException transactionTimeout(String type)
type
- the transaction type.RuntimeException
for the error.@Message(id=14788, value="Unexpected attribute \'%s\' encountered") XMLStreamException unexpectedAttribute(QName name, @Param Location location)
name
parameter, was
encountered.name
- the unexpected attribute name.location
- the location of the error.XMLStreamException
for the error.@Message(id=14789, value="Unexpected element \'%s\' encountered") XMLStreamException unexpectedElement(QName name, @Param Location location)
name
parameter, was
encountered.name
- the unexpected element name.location
- the location of the error.XMLStreamException
for the error.@Message(id=14790, value="Unexpected end of element \'%s\' encountered") XMLStreamException unexpectedEndElement(QName name, @Param Location location)
name
parameter, was
encountered.name
- the unexpected element name.location
- the location of the error.XMLStreamException
for the error.@Message(id=14791, value="Unexpected storage %s") IllegalStateException unexpectedStorage(AttributeAccess.Storage storage)
storage
was unexpected.storage
- the storage that was unexpected.IllegalStateException
for the error.@Message(id=14792, value="Unknown attribute %s") String unknownAttribute(String name)
name
parameter, is unknown.name
- the attribute name.@Message(id=14793, value="No known child type named %s") String unknownChildType(String name)
name
parameter.name
- the name of the child.@Message(id=14794, value="Unknown property in interface criteria list: %s") RuntimeException unknownCriteriaInterfaceProperty(String name)
name
parameter, is unknown.name
- the name of the property.RuntimeException
for the error.@Message(id=14795, value="Unknown interface criteria type %s") String unknownCriteriaInterfaceType(String type)
type
parameter, is unknown.type
- the unknown criteria type.@Message(id=14796, value="Unknown interface %s %s must be declared in element %s") XMLStreamException unknownInterface(String value, String attributeName, String elementName, @Param Location location)
value
attribute, for the attribute,
represented by the attributeName
parameter, is unknown on in the element.value
- the value of the attribute.attributeName
- the attribute name.elementName
- the element name for the attribute.location
- the location of the error.XMLStreamException
for the error.@Message(id=14797, value="Unknown %s %s %s must be declared in element %s") XMLStreamException unknownValueForElement(String elementName1, String value, String elementName2, String parentElement, @Param Location location)
elementName1
value
elementName2
must be
declared in the element represented by the parentElement
parameter.elementName1
- the name of the first element.value
- the value.elementName2
- the name of the second element.parentElement
- the parent element name.location
- the location of the error.XMLStreamException
for the error.@Message(id=14798, value="Validation failed for %s") String validationFailed(String name)
name
- the parameter name the validation failed on.@Message(id=14799, value="... and %s more") String andNMore(int number)
number
- the number of services that were not displayed@Message(id=14800, value="Invalid value \'%s\' for attribute \'%s\' -- valid values are %s") XMLStreamException invalidAttributeValue(String value, QName name, Set<String> validValues, @Param Location location)
value
parameter, was found for the
attribute, represented by the name
parameter.value
- the invalid value.name
- the attribute name.validValues
- the legal values for the attributelocation
- the location of the error.XMLStreamException
for the error.@Message(id=14801, value="Caught SecurityException attempting to resolve expression \'%s\' -- %s") String noPermissionToResolveExpression(org.jboss.dmr.ModelNode toResolve, SecurityException e)
toResolve
- the node being resolvede
- the SecurityExceptionOperationFailedException
for the caller@Message(id=14802, value="Cannot resolve expression \'%s\' -- %s") String cannotResolveExpression(org.jboss.dmr.ModelNode toResolve, IllegalStateException e)
toResolve
- the node being resolvede
- the SecurityExceptionOperationFailedException
for the caller@Message(id=14803, value="Duplicate resource %s") org.jboss.as.controller.OperationFailedRuntimeException duplicateResourceAddress(PathAddress address)
address
- the address of the resource.OperationFailedRuntimeException
for the error.@Message(id=14804, value="Cannot remove resource before removing child resources %s") OperationFailedException cannotRemoveResourceWithChildren(List<PathElement> children)
children
- the address elements for the children.OperationFailedException
for the error.@Message(id=14805, value="Could not get main file: %s. Specified files must be relative to the configuration dir: %s") IllegalStateException mainFileNotFound(String name, File configurationDir)
name
- the main file.configurationDir
- the configuration directoryIllegalStateException
for the error.@Message(id=14807, value="Management resource \'%s\' not found") org.jboss.as.controller.OperationFailedRuntimeException managementResourceNotFound(PathAddress pathAddress)
pathAddress
- the address for the resource.OperationFailedRuntimeException
for the error.@Message(id=14808, value="Child resource \'%s\' not found") String childResourceNotFound(PathElement childAddress)
childAddress
- the address element for the child.@Message(id=14809, value="A node is already registered at \'%s\'") IllegalArgumentException nodeAlreadyRegistered(String location)
location
- the location of the existing node.IllegalArgumentException
for the error.@Message(id=14810, value="An attempt was made to unregister extension %s which still has subsystem %s registered") IllegalStateException removingExtensionWithRegisteredSubsystem(String moduleName, String subsystem)
moduleName
- the name of the extensionsubsystem
- the name of the subsystemIllegalStateException
for the error@Message(id=14811, value="An override model registration is not allowed for the root model registration") IllegalStateException cannotOverrideRootRegistration()
IllegalStateException
for the error@Message(id=14812, value="An override model registration is not allowed for non-wildcard model registrations. This registration is for the non-wildcard name \'%s\'.") IllegalStateException cannotOverrideNonWildCardRegistration(String valueName)
valueName
- the name of the non-wildcard registration that cannot be overriddenIllegalStateException
for the error@Message(id=14813, value="A registration named \'*\' is not an override model and cannot be unregistered via the unregisterOverrideModel API.") IllegalArgumentException wildcardRegistrationIsNotAnOverride()
IllegalArgumentException
for the error@Message(id=14814, value="The root resource registration does not support overrides, so no override can be removed.") IllegalStateException rootRegistrationIsNotOverridable()
IllegalStateException
for the error@Message(id=14815, value="There is no operation %s registered at address %s") IllegalArgumentException operationNotRegisteredException(String op, PathAddress address)
op
parameter, registered at the address,
represented by the address
parameter.op
- the operation.address
- the address.@Message(id=14816, value="Failed to recover services during operation rollback") RuntimeException failedToRecoverServices(@Param OperationFailedException cause)
cause
- the cause of the failure@Message(id=14817, value="A subsystem named \'%s\' cannot be registered by extension \'%s\' -- a subsystem with that name has already been registered by extension \'%s\'.") IllegalStateException duplicateSubsystem(String subsystemName, String duplicatingModule, String existingModule)
subsystemName
- the cause of the failure@Message(id=14818, value="Operation has no \'%s\' field. %s") IllegalArgumentException validationFailedOperationHasNoField(String field, String operation)
field
- the standard field nameoperation
- the operation as a string. May be empty@Message(id=14819, value="Operation has a null or empty name. %s") IllegalArgumentException validationFailedOperationHasANullOrEmptyName(String operation)
operation
- the operation. May be nulloperation
- the operation as a string. May be empty@Message(id=14820, value="No operation called \'%s\' at \'%s\'. %s") IllegalArgumentException validationFailedNoOperationFound(String name, PathAddress address, String operation)
name
- the name of the operationaddress
- the operation addressoperation
- the operation as a string. May be empty@Message(id=14821, value="Operation contains a parameter \'%s\' which is not one of the expected parameters %s. %s") IllegalArgumentException validationFailedActualParameterNotDescribed(String paramName, Set<String> parameterNames, String operation)
paramName
- the name of the parameter in the operationparameterNames
- the valid parameter namesoperation
- the operation as a string. May be empty@Message(id=14822, value="Required parameter %s is not present. %s") IllegalArgumentException validationFailedRequiredParameterNotPresent(String paramName, String operation)
paramName
- the name of the required parameteroperation
- the operation as a string. May be empty@Message(id=14823, value="Alternative parameter \'%s\' for required parameter \'%s\' was used. Please use one or the other. %s") IllegalArgumentException validationFailedRequiredParameterPresentAsWellAsAlternative(String alternative, String paramName, String operation)
alternative
- the name of the alternative parameterparamName
- the name of the required parameteroperation
- the operation as a string. May be empty@Message(id=14824, value="Could not convert the parameter \'%s\' to a %s. %s") IllegalArgumentException validationFailedCouldNotConvertParamToType(String paramName, org.jboss.dmr.ModelType type, String operation)
paramName
- the name of the required parametertype
- the required typeoperation
- the operation as a string. May be empty@Message(id=14825, value="The value \'%s\' passed in for \'%s\' is smaller than the minimum value \'%s\'. %s") IllegalArgumentException validationFailedValueIsSmallerThanMin(Number value, String paramName, Number min, String operation)
value
- the name of the required parameterparamName
- the name of the required parametermin
- the minimum valueoperation
- the operation as a string. May be empty@Message(id=14826, value="The value \'%s\' passed in for \'%s\' is bigger than the maximum value \'%s\'. %s") IllegalArgumentException validationFailedValueIsGreaterThanMax(Number value, String paramName, Number max, String operation)
value
- the name of the required parameterparamName
- the name of the required parametermax
- the minimum valueoperation
- the operation as a string. May be empty@Message(id=14827, value="The value \'%s\' passed in for \'%s\' is shorter than the minimum length \'%s\'. %s") IllegalArgumentException validationFailedValueIsShorterThanMinLength(Object value, String paramName, Object minLength, String operation)
value
- the name of the required parameterparamName
- the name of the required parameterminLength
- the minimum valueoperation
- the operation as a string. May be empty@Message(id=14828, value="The value \'%s\' passed in for \'%s\' is longer than the maximum length \'%s\'. %s") IllegalArgumentException validationFailedValueIsLongerThanMaxLength(Object value, String paramName, Object maxLength, String operation)
value
- the name of the required parameterparamName
- the name of the required parametermaxLength
- the minimum valueoperation
- the operation as a string. May be empty@Message(id=14829, value="%s is expected to be a list of %s. %s") IllegalArgumentException validationFailedInvalidElementType(String paramName, org.jboss.dmr.ModelType elementType, String operation)
paramName
- the name of the required parameterelementType
- the expected element typeoperation
- the operation as a string. May be empty@Message(id=14830, value="\'required\' parameter: \'%s\' must be a boolean in the description of the operation at %s: %s") String invalidDescriptionRequiredFlagIsNotABoolean(String paramName, PathAddress address, org.jboss.dmr.ModelNode description)
paramName
- the name of the parameteraddress
- the address of the operationdescription
- the operation description@Message(id=14831, value="Undefined request property \'%s\' in description of the operation at %s: %s") String invalidDescriptionUndefinedRequestProperty(String name, PathAddress address, org.jboss.dmr.ModelNode description)
name
- the name of the parameteraddress
- the address of the operationdescription
- the operation description@Message(id=14832, value="There is no type for parameter \'%s\' in the description of the operation at %s: %s") String invalidDescriptionNoParamTypeInDescription(String paramName, PathAddress address, org.jboss.dmr.ModelNode description)
paramName
- the name of the parameteraddress
- the address of the operationdescription
- the operation description@Message(id=14833, value="Could not determine the type of parameter \'%s\' in the description of the operation at %s: %s") String invalidDescriptionInvalidParamTypeInDescription(String paramName, PathAddress address, org.jboss.dmr.ModelNode description)
paramName
- the name of the parameteraddress
- the address of the operationdescription
- the operation description@Message(id=14834, value="The \'%s\' attribute of the \'%s\' parameter can not be converted to its type: %s in the description of the operation at %s: %s") String invalidDescriptionMinMaxForParameterHasWrongType(String minOrMax, String paramName, org.jboss.dmr.ModelType expectedType, PathAddress address, org.jboss.dmr.ModelNode description)
minOrMax
- min
or max
paramName
- the name of the parameterexpectedType
- the expected typeaddress
- the address of the operationdescription
- the operation description@Message(id=14835, value="The \'%s\' attribute of the \'%s\' parameter can not be converted to an integer in the description of the operation at %s: %s") String invalidDescriptionMinMaxLengthForParameterHasWrongType(String minOrMaxLength, String paramName, PathAddress address, org.jboss.dmr.ModelNode description)
minOrMaxLength
- min
or max
paramName
- the name of the parameteraddress
- the address of the operationdescription
- the operation description@Message(id=14836, value="Illegal \'%s\' value %s -- must be a valid port number") XMLStreamException invalidPort(String name, String value, @Param Location location)
value
for the name
must be a valid port number.name
- the name for the value that must be a port number.value
- the invalid value.location
- the location of the error.XMLStreamException
for the error.@Message(id=14837, value="Cannot resolve the localhost address to create a UUID-based name for this process") RuntimeException cannotResolveProcessUUID(@Cause UnknownHostException cause)
@Message(id=14838, value="Do not call ServiceController.setMode(REMOVE), use OperationContext.removeService() instead.") IllegalStateException useOperationContextRemoveService()
XMLStreamException
for the error.@Message(id=14839, value="Invalid value %s for %s; legal values are %s") OperationFailedException invalidEnumValue(String value, String parameterName, Set<?> allowedValues)
value
- the parameter value.parameterName
- the parameter name.allowedValues
- a set containing the allowed values.OperationFailedException
for the error.@Message(id=14840, value="Operation \'%s\' targeted at resource \'%s\' was directly invoked by a user. User operations are not permitted to directly update the persistent configuration of a server in a managed domain.") org.jboss.as.controller.OperationFailedRuntimeException modelUpdateNotAuthorized(String operation, PathAddress address)
@Message(id=14841, value="An operation handler attempted to access the operation response server results object on a process type other than \'%s\'. The current process type is \'%s\'") IllegalStateException serverResultsAccessNotAllowed(ProcessType validType, ProcessType processType)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.