@MessageBundle(projectCode="JBAS")
public interface HostControllerMessages
| Modifier and Type | Field and Description |
|---|---|
static HostControllerMessages |
MESSAGES
The messages.
|
| Modifier and Type | Method and Description |
|---|---|
String |
argumentExpected(String option,
String usageNote)
A message indicating an argument was expected for the option.
|
String |
argumentHasNoValue(String argument,
String usageNote)
Messaging indicating a command line argument that was supposed to be parseable into a key
and value included no value
|
IllegalArgumentException |
attemptingToSet(String attributeToSet,
String attributeAlreadySet)
Creates an exception indicating an attempt was made to set the
attributeToSet when the attributeAlreadySet was already set. |
IllegalStateException |
authenticationFailureUnableToConnect(Throwable cause)
Creates an exception indicating an inability to connect due to authentication failures.
|
IOException |
bucketAuthenticationFailure(String bucket,
int httpCode,
String responseMessage) |
String |
cannotAccessJvmInputArgument(Exception cause) |
IllegalStateException |
cannotAccessRemoteFileRepository()
Creates an exception indicating the remote file repository cannot be accessed from the master domain controller.
|
IllegalStateException |
cannotAccessS3Bucket(String location,
String message) |
IllegalStateException |
cannotAccessS3File(String message) |
IOException |
cannotCreateLocalDirectory(File path)
Creates an exception indicating the inability to create a local directory.
|
IllegalStateException |
cannotExecuteTransactionalOperationFromSlave(String operationName) |
OperationFailedException |
cannotIgnoreTypeHost(String type) |
RuntimeException |
cannotInitializeSaxDriver() |
IllegalStateException |
cannotInstantiateDiscoveryOptionClass(String className,
String message) |
RuntimeException |
cannotObtainValidDefaultAddress(Throwable cause,
String defaultAddress,
String option)
Creates an exception indicating the default address cannot be obtained for communicating with the
ProcessController.
|
String |
cannotRestartServer(String serverName,
ServerStatus status)
A message indicating the server, represented by the
serverName parameter, cannot restart as it is not
currently started. |
String |
cannotStartServersInvalidMode(RunningMode mode)
A message indicating the servers cannot start when the host controller is running in the mode represented by the
mode parameter. |
IOException |
cannotWriteToS3File(String message) |
UnsupportedOperationException |
closeShouldBeManagedByService()
Creates an exception indicating the close should be managed by the service.
|
IllegalStateException |
configDirectoryDoesNotExist(File f) |
IllegalStateException |
configurationPersisterAlreadyInitialized()
Creates an exception indicating the configuration persister for the domain model is already initialized.
|
IllegalStateException |
connectionToMasterInterrupted()
Creates an exception indicating an interruption while trying to connect to master.
|
IllegalStateException |
connectionToMasterTimeout(Throwable cause,
int retries,
long timeout)
Creates an exception indicating the connection to master could not be completed within the number of retries and
timeout.
|
IllegalStateException |
couldNotCreateDomainContentDirectory(File file) |
IllegalStateException |
couldNotCreateDomainDataDirectory(File file) |
IllegalStateException |
couldNotCreateDomainTempDirectory(File file) |
IllegalStateException |
couldNotCreateLogDirectory(File f) |
IllegalStateException |
couldNotCreateServersDirectory(File f) |
RuntimeException |
couldNotGetServerInventory(long time,
String timeUnit)
Creates an exception indicating the server inventory could bot bre retrieved in the time.
|
IllegalArgumentException |
creatingBucketWithUnsupportedCallingFormat() |
IOException |
didNotReadEntireFile(long missing)
Creates an exception indicating the entire file was not read.
|
IllegalStateException |
discoveryOptionsFailureUnableToConnect(Throwable cause) |
IllegalStateException |
domainBaseDirectoryDoesNotExist(File f) |
IllegalStateException |
domainBaseDirectoryIsNotADirectory(File file) |
IllegalStateException |
domainContentDirectoryIsNotDirectory(File file) |
IllegalStateException |
domainDataDirectoryIsNotDirectory(File file) |
IllegalStateException |
domainTempDirectoryIsNotADirectory(File file) |
XMLStreamException |
duplicateIgnoredResourceType(String element,
String value,
Location location) |
IllegalStateException |
envVariableAlreadyExists(String var) |
RuntimeException |
errorClosingDownHost(Throwable cause)
Creates an exception indicating there was an error closing down the host.
|
RuntimeException |
errorParsingBucketListings(Throwable cause) |
IllegalStateException |
failedMarshallingDomainControllerData() |
String |
failedProfileOperationsRetrieval()
A message indicating a failure to retrieve the profile operations from the domain controller.
|
IllegalStateException |
failedToAddExtensions(org.jboss.dmr.ModelNode failureDescription) |
RuntimeException |
failedToGetFileFromRemoteRepository(Throwable cause)
Creates an exception indicating a failure to get the file from a remote repository.
|
String |
failedToGetServerStatus()
A message indicating a failure to get the server status.
|
String |
failedToReadAuthenticationKey(Throwable cause)
A message indicating a failure to read the authentication key.
|
IllegalStateException |
homeDirectoryDoesNotExist(File f) |
IllegalStateException |
hostAlreadyShutdown()
Creates an exception indication that the host controller was already shutdown.
|
UnsupportedOperationException |
hostControllerSystemPropertyUpdateNotSupported() |
IllegalArgumentException |
hostNameAlreadyConnected(String hostName)
Creates an exception indicating there is already a connection for the host.
|
RuntimeException |
httpRedirectSupportRequired() |
SaslException |
insufficientInformationToGenerateHash()
Creates an exception indicating the information provided could be not used to generate a hash.
|
OperationFailedException |
invalidDiscoveryOptionsOrdering(String name) |
String |
invalidOption(String option,
String usageNote)
A message indicating the option is invalid.
|
IllegalStateException |
invalidPreSignedUrl(String preSignedUrl) |
IllegalStateException |
invalidPreSignedUrlLength(String preSignedUrl) |
RequestProcessingException |
invalidRootId(int rootId)
Creates an exception indicating an invalid root id.
|
IllegalArgumentException |
invalidS3Bucket(String bucket) |
IllegalArgumentException |
invalidS3Location(String location) |
String |
invalidValue(String name,
String type,
Object value,
String usageNote)
A message indicating the value is invalid.
|
String |
invocationNotAllowedAfterBoot(org.jboss.dmr.ModelNode operation)
Creates an exception indicating invocations of the operation after HostController boot are not allowed.
|
IllegalStateException |
invocationNotAllowedAfterBoot(String name)
Creates an exception indicating invocations of the operation, represented by the
name parameter, after
HostController boot are not allowed. |
IllegalStateException |
jvmOptionAlreadyExists(String option) |
IllegalStateException |
logDirectoryIsNotADirectory(File f) |
String |
malformedUrl(String option,
String usageNote)
A message indicating the provided for the option is malformed.
|
IllegalStateException |
missingHomeDirConfiguration(String propertyName) |
IllegalStateException |
modulesDirectoryDoesNotExist(File f) |
IllegalStateException |
mustInvokeBeforeCheckingSlaveStatus(String methodName)
Creates an exception indicating the need to call the method, represented by the
methodName parameter,
before checking the slave status. |
IllegalStateException |
mustInvokeBeforePersisting(String methodName)
Creates an exception indicating the need to call the method, represented by the
methodName parameter,
before persisting the domain model. |
IllegalArgumentException |
noChannelForHost(String hostName)
Creates an exception indicating there is no channel for the host.
|
IllegalArgumentException |
noNameAttributeOnHost()
Creates an exception indicating a host connecting to a remove domain controller must have its name attribute
set.
|
OperationFailedException |
noResourceFor(PathAddress address) |
OperationFailedException |
noServerGroupCalled(String groupName)
Creates an exception indicating no server group could be found with the given name
|
IllegalStateException |
noServerInventory()
Creates an exception indicating there is no server inventory.
|
OperationFailedException |
noSocketBindingGroupCalled(String groupName)
Creates an exception indicating no server group could be found with the given name
|
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable name is
null. |
IllegalStateException |
preSignedUrlMustPointToFile(String preSignedUrl) |
IllegalStateException |
preSignedUrlsMustBeSetOrUnset() |
IllegalStateException |
preSignedUrlsMustHaveSamePath() |
IllegalArgumentException |
propertyAlreadyExists(String name)
Creates an exception indicating the property already exists.
|
IllegalArgumentException |
propertyNotFound(String name)
Creates an exception indicating the property does not exist.
|
IllegalStateException |
propertyValueHasNullValue(String name)
Creates an exception indicating the property has a
null value. |
IllegalArgumentException |
propertyValueNull(String name)
Creates an exception indicating the value for the property is
null. |
IllegalArgumentException |
serverNameAlreadyRegistered(String serverName)
Creates an exception indicating there is already a registered server with the name represented by the
serverName parameter. |
IllegalStateException |
serversDirectoryIsNotADirectory(File f) |
String |
serverStillRunning(String name)
A message indicating the server, represented by the
name parameter, is still running. |
IllegalStateException |
sslFailureUnableToConnect(Throwable cause)
Creates an exception indicating an inability to connect due to a SSL failure.
|
SaslException |
unableToGenerateHash(Throwable cause)
Creates an exception indicating the inability to generate the hash.
|
String |
unableToLoadProperties(URL url,
String usageNote)
A message indicating the inability to load properties from the URL.
|
IllegalArgumentException |
undefinedSocketBinding(String serverName)
Creates an exception indicating the socket binding group for the server is undefined.
|
IllegalStateException |
undefinedSocketBindingGroup(String name)
Creates an exception indicating the socket binding group is undefined.
|
IOException |
unexpectedResponse(String message) |
IllegalStateException |
unexpectedState(ServerState state)
Creates an exception indicating the service state was unexpected.
|
IllegalArgumentException |
unknown(String name,
Object value)
Creates an exception indicating the
value for the name is unknown. |
String |
unknownHostValue(String name,
Object value,
String usageNote)
A message indicating the value is not a known host.
|
IOException |
unrecognizedType(byte type)
Creates an exception indicating the type is unrecognized.
|
OperationFailedException |
unsupportedManagementVersionForHost(int major,
int minor,
int minMajor,
int minMinor) |
String |
usageNote(String command)
Creates a simple instruction for how to get usage help.
|
static final HostControllerMessages MESSAGES
@Message(id=10940,
value="Argument expected for option %s. %s")
String argumentExpected(String option,
String usageNote)
option - the option that expects the argument.usageNote - the output of method usageNote(String)@Message(id=10941,
value="Attempting to set \'%s\' when \'%s\' was already set")
IllegalArgumentException attemptingToSet(String attributeToSet,
String attributeAlreadySet)
attributeToSet when the attributeAlreadySet was already set.attributeToSet - the attribute to set.attributeAlreadySet - the attribute was already set.IllegalArgumentException for the error.@Message(id=10942,
value="Unable to connect due to authentication failure.")
IllegalStateException authenticationFailureUnableToConnect(@Cause
Throwable cause)
cause - the cause of the error.IllegalStateException for the error.@Message(id=10943,
value="Cannot access a remote file repository from the master domain controller")
IllegalStateException cannotAccessRemoteFileRepository()
IllegalStateException for the error.@Message(id=10944,
value="Unable to create local directory: %s")
IOException cannotCreateLocalDirectory(File path)
path - the directory that failed to create.IOException for the error.@Message(id=10945,
value="Cannot obtain a valid default address for communicating with the ProcessController using either %s or InetAddress.getLocalHost(). Please check your system\'s network configuration or use the %s command line switch to configure a valid address")
RuntimeException cannotObtainValidDefaultAddress(@Cause
Throwable cause,
String defaultAddress,
String option)
cause - the cause of the error.defaultAddress - the default address.option - the option.RuntimeException for the error.@Message(id=10946,
value="Cannot restart server %s as it is not currently started; it is %s")
String cannotRestartServer(String serverName,
ServerStatus status)
serverName parameter, cannot restart as it is not
currently started.serverName - the name of the server.status - the status of the server.@Message(id=10947,
value="Cannot start servers when the Host Controller running mode is %s")
String cannotStartServersInvalidMode(RunningMode mode)
mode parameter.mode - the running mode.@Message(id=10948,
value="Close should be managed by the service")
UnsupportedOperationException closeShouldBeManagedByService()
UnsupportedOperationException for the error.@Message(id=10949,
value="Configuration persister for domain model is already initialized")
IllegalStateException configurationPersisterAlreadyInitialized()
IllegalStateException for the error.@Message(id=10950,
value="Interrupted while trying to connect to master")
IllegalStateException connectionToMasterInterrupted()
IllegalStateException for the error.@Message(id=10951,
value="Could not connect to master in %d attempts within %s ms")
IllegalStateException connectionToMasterTimeout(@Cause
Throwable cause,
int retries,
long timeout)
cause - the cause of the error.retries - the number of retries.timeout - the timeout in milliseconds..IllegalStateException for the error.@Message(id=10952,
value="Could not get the server inventory in %d %s")
RuntimeException couldNotGetServerInventory(long time,
String timeUnit)
time - the time.timeUnit - the time unit.RuntimeException for the error.@Message(id=10953,
value="Did not read the entire file. Missing: %d")
IOException didNotReadEntireFile(long missing)
missing - the missing length.IOException for the error.@Message(id=10954,
value="Error closing down host")
RuntimeException errorClosingDownHost(@Cause
Throwable cause)
cause - the cause of the host.RuntimeException for the error.@Message(id=10955,
value="Failed to retrieve profile operations from domain controller")
String failedProfileOperationsRetrieval()
@Message(id=10956,
value="Failed to get file from remote repository")
RuntimeException failedToGetFileFromRemoteRepository(@Cause
Throwable cause)
cause - the cause of the error.RuntimeException for the error.@Message(id=10957,
value="Failed to get server status")
String failedToGetServerStatus()
@Message(id=10958,
value="Failed to read authentication key: %s")
String failedToReadAuthenticationKey(Throwable cause)
cause - the cause of the error.@Message(id=10959,
value="Already have a connection for host %s")
IllegalArgumentException hostNameAlreadyConnected(String hostName)
hostName - the name of the host.IllegalArgumentException for the error.@Message(id=10960,
value="Insufficient information to generate hash.")
SaslException insufficientInformationToGenerateHash()
SaslException for the error.@Message(id=10961,
value="Invalid option \'%s\'. %s")
String invalidOption(String option,
String usageNote)
option - the invalid option.usageNote - the output of method usageNote(String)@Message(id=10962,
value="Invalid root id [%d]")
RequestProcessingException invalidRootId(int rootId)
rootId - the invalid root id.RequestProcessingException for the error.@Message(id=10963,
value="Value for %s is not an %s -- %s. %s")
String invalidValue(String name,
String type,
Object value,
String usageNote)
name - the name of the option.type - the type for the value.value - the value.usageNote - the output of method usageNote(String)@Message(id=10964,
value="Invocations of %s after HostController boot are not allowed")
IllegalStateException invocationNotAllowedAfterBoot(String name)
name parameter, after
HostController boot are not allowed.name - the name of the operation.IllegalStateException for the error.String invocationNotAllowedAfterBoot(org.jboss.dmr.ModelNode operation)
operation - the operation.IllegalStateException for the error.@Message(id=10965,
value="Malformed URL provided for option %s. %s")
String malformedUrl(String option,
String usageNote)
option - the option.usageNote - the output of method usageNote(String)@Message(id=10966,
value="Must call %s before checking for slave status")
IllegalStateException mustInvokeBeforeCheckingSlaveStatus(String methodName)
methodName parameter,
before checking the slave status.methodName - the name of the method to invoke.IllegalStateException for the error.@Message(id=10967,
value="Must call %s before persisting the domain model")
IllegalStateException mustInvokeBeforePersisting(String methodName)
methodName parameter,
before persisting the domain model.methodName - the name of the method to invoke.IllegalStateException for the error.@Message(id=10968,
value="No channel for host %s")
IllegalArgumentException noChannelForHost(String hostName)
hostName - the name of the host.IllegalArgumentException for the error.@Message(id=10969,
value="A host connecting to a remote domain controller must have its name attribute set")
IllegalArgumentException noNameAttributeOnHost()
IllegalArgumentException for the error.@Message(id=10970,
value="No server inventory")
IllegalStateException noServerInventory()
IllegalStateException for the error.@Message(id=10971,
value="Property %s already exists")
IllegalArgumentException propertyAlreadyExists(String name)
name - the name of the property.IllegalArgumentException for the error.@Message(id=10972,
value="Property %s does not exist")
IllegalArgumentException propertyNotFound(String name)
name - the name of the property.IllegalArgumentException for the error.@Message(id=10973,
value="Value for property %s is null")
IllegalArgumentException propertyValueNull(String name)
null.name - the name of the property.IllegalArgumentException for the error.@Message(id=10974,
value="Property %s has a null value")
IllegalStateException propertyValueHasNullValue(String name)
null value.name - the name of the property.IllegalStateException for the error.@Message(id=10975,
value="%s is null")
IllegalArgumentException nullVar(String name)
null.name - the name of the variable.IllegalArgumentException for the error.@Message(id=10976,
value="There is already a registered server named \'%s\'")
IllegalArgumentException serverNameAlreadyRegistered(String serverName)
serverName parameter.serverName - the name of the server.IllegalArgumentException for the error.@Message(id=10977,
value="Server (%s) still running")
String serverStillRunning(String name)
name parameter, is still running.name - the name of the server.@Message(id=10978,
value="Unable to generate hash")
SaslException unableToGenerateHash(@Cause
Throwable cause)
cause - the cause of the error.SaslException for the error.@Message(id=10979,
value="Unable to load properties from URL %s. %s")
String unableToLoadProperties(URL url,
String usageNote)
url - the URL.usageNote - the output of method usageNote(String)@Message(id=10980,
value="Undefined socket binding group for server %s")
IllegalArgumentException undefinedSocketBinding(String serverName)
serverName - the name of the server.IllegalArgumentException for the exception.@Message(id=10981,
value="Included socket binding group %s is not defined")
IllegalStateException undefinedSocketBindingGroup(String name)
name - the name of the group.IllegalStateException for the exception.@Message(id=10982,
value="Unexpected state %s")
IllegalStateException unexpectedState(ServerState state)
state - the unexpected state.IllegalStateException for the error.@Message(id=10983,
value="Unknown %s %s")
IllegalArgumentException unknown(String name,
Object value)
value for the name is unknown.name - the name.value - the value.IllegalArgumentException for the error.@Message(id=10984,
value="Value for %s is not a known host -- %s. %s")
String unknownHostValue(String name,
Object value,
String usageNote)
name - the name of the option.value - the value.usageNote - the output of method usageNote(String)@Message(id=10985,
value="unrecognized type %s")
IOException unrecognizedType(byte type)
type - the unrecognized type.IOException for the error.@Message(id=10986,
value="Host-Controller is already shutdown.")
IllegalStateException hostAlreadyShutdown()
Exception for the error@Message(id=10987,
value="No server-group called: %s")
OperationFailedException noServerGroupCalled(String groupName)
groupName - the group nameOperationFailedException for the error.@Message(id=10988,
value="No socket-binding-group called: %s")
OperationFailedException noSocketBindingGroupCalled(String groupName)
groupName - the socket binding group nameOperationFailedException for the error.@Message(id=10989,
value="HostControllerEnvironment does not support system property updates")
UnsupportedOperationException hostControllerSystemPropertyUpdateNotSupported()
@Message(id=10990,
value="Resources of type %s cannot be ignored")
OperationFailedException cannotIgnoreTypeHost(String type)
@Message(id=10991,
value="An \'%s\' element whose \'%s\' attribute is has already been found")
XMLStreamException duplicateIgnoredResourceType(String element,
String value,
@Param
Location location)
@Message(id=10992,
value="The JVM input arguments cannot be accessed so system properties passed directly to this Host Controller JVM will not be passed through to server processes. Cause of the problem: %s")
String cannotAccessJvmInputArgument(Exception cause)
@Message(id=10993,
value="Missing configuration value for: %s")
IllegalStateException missingHomeDirConfiguration(String propertyName)
@Message(id=10994,
value="Home directory does not exist: %s")
IllegalStateException homeDirectoryDoesNotExist(File f)
@Message(id=10995,
value="Determined modules directory does not exist: %s")
IllegalStateException modulesDirectoryDoesNotExist(File f)
@Message(id=10996,
value="Domain base directory does not exist: %s")
IllegalStateException domainBaseDirectoryDoesNotExist(File f)
@Message(id=10997,
value="Domain base directory is not a directory: %s")
IllegalStateException domainBaseDirectoryIsNotADirectory(File file)
@Message(id=10998,
value="Configuration directory does not exist: %s")
IllegalStateException configDirectoryDoesNotExist(File f)
@Message(id=10999,
value="Domain data directory is not a directory: %s")
IllegalStateException domainDataDirectoryIsNotDirectory(File file)
@Message(id=16500,
value="Could not create domain data directory: %s")
IllegalStateException couldNotCreateDomainDataDirectory(File file)
@Message(id=16501,
value="Domain content directory is not a directory: %s")
IllegalStateException domainContentDirectoryIsNotDirectory(File file)
@Message(id=16502,
value="Could not create domain content directory: %s")
IllegalStateException couldNotCreateDomainContentDirectory(File file)
@Message(id=16503,
value="Log directory is not a directory: %s")
IllegalStateException logDirectoryIsNotADirectory(File f)
@Message(id=16504,
value="Could not create log directory: %s")
IllegalStateException couldNotCreateLogDirectory(File f)
@Message(id=16505,
value="Servers directory is not a directory: %s")
IllegalStateException serversDirectoryIsNotADirectory(File f)
@Message(id=16506,
value="Could not create servers directory: %s")
IllegalStateException couldNotCreateServersDirectory(File f)
@Message(id=16507,
value="Domain temp directory does not exist: %s")
IllegalStateException domainTempDirectoryIsNotADirectory(File file)
@Message(id=16508,
value="Could not create domain temp directory: %s")
IllegalStateException couldNotCreateDomainTempDirectory(File file)
@Message(id=16509,
value="Unable to connect due to SSL failure.")
IllegalStateException sslFailureUnableToConnect(@Cause
Throwable cause)
cause - the cause of the error.IllegalStateException for the error.@Message(id=16510,
value="Option \'%s\' already exists")
IllegalStateException jvmOptionAlreadyExists(String option)
@Message(id=16511,
value="Environment variable \'%s\' already exists")
IllegalStateException envVariableAlreadyExists(String var)
@Message(id=16512,
value="Host controller management version %s.%s is too old, Only %s.%s or higher are supported")
OperationFailedException unsupportedManagementVersionForHost(int major,
int minor,
int minMajor,
int minMinor)
@Message(id=16513,
value="Failed to add extensions used by the domain. Failure description: %s")
IllegalStateException failedToAddExtensions(org.jboss.dmr.ModelNode failureDescription)
@Message(id=16514,
value="Argument %s has no value. %s")
String argumentHasNoValue(String argument,
String usageNote)
argument - the argument provided by the userusageNote - the output of method usageNote(String)@Message(id=0,
value="Use %s --help for information on valid command line arguments and their syntax.")
String usageNote(String command)
command - the command (e.g. 'domain' or 'domain.sh') used to launch the process@Message(id=16515,
value="Cannot access S3 file: %s")
IllegalStateException cannotAccessS3File(String message)
@Message(id=16516,
value="Failed to obtain domain controller data from S3 file")
IllegalStateException failedMarshallingDomainControllerData()
@Message(id=16517,
value="Cannot write domain controller data to S3 file: %s")
IOException cannotWriteToS3File(String message)
@Message(id=16518,
value="Cannot access S3 bucket \'%s\': %s")
IllegalStateException cannotAccessS3Bucket(String location,
String message)
@Message(id=16519,
value="Tried all domain controller discovery option(s) but unable to connect")
IllegalStateException discoveryOptionsFailureUnableToConnect(@Cause
Throwable cause)
@Message(id=16520,
value="pre_signed_put_url and pre_signed_delete_url must have the same path")
IllegalStateException preSignedUrlsMustHaveSamePath()
@Message(id=16521,
value="pre_signed_put_url and pre_signed_delete_url must both be set or both unset")
IllegalStateException preSignedUrlsMustBeSetOrUnset()
@Message(id=16522,
value="pre-signed url %s must point to a file within a bucket")
IllegalStateException preSignedUrlMustPointToFile(String preSignedUrl)
@Message(id=16523,
value="pre-signed url %s is not a valid url")
IllegalStateException invalidPreSignedUrl(String preSignedUrl)
@Message(id=16524,
value="pre-signed url %s may only have a subdirectory under a bucket")
IllegalStateException invalidPreSignedUrlLength(String preSignedUrl)
@Message(id=16525,
value="Creating location-constrained bucket with unsupported calling-format")
IllegalArgumentException creatingBucketWithUnsupportedCallingFormat()
@Message(id=16526,
value="Invalid location: %s")
IllegalArgumentException invalidS3Location(String location)
@Message(id=16527,
value="Invalid bucket name: %s")
IllegalArgumentException invalidS3Bucket(String bucket)
@Message(id=16528,
value="bucket \'%s\' could not be accessed (rsp=%d (%s)). Maybe the bucket is owned by somebody else or the authentication failed")
IOException bucketAuthenticationFailure(String bucket,
int httpCode,
String responseMessage)
@Message(id=16529,
value="Unexpected response: %s")
IOException unexpectedResponse(String message)
@Message(id=16530,
value="HTTP redirect support required")
RuntimeException httpRedirectSupportRequired()
@Message(id=16531,
value="Unexpected error parsing bucket listing(s)")
RuntimeException errorParsingBucketListings(@Cause
Throwable cause)
@Message(id=16532,
value="Couldn\'t initialize a SAX driver for the XMLReader")
RuntimeException cannotInitializeSaxDriver()
@Message(id=16533,
value="Cannot instantiate discovery option class \'%s\': %s")
IllegalStateException cannotInstantiateDiscoveryOptionClass(String className,
String message)
@Message(id=16538,
value="Invalid value for %s. Must only contain all of the existing discovery options")
OperationFailedException invalidDiscoveryOptionsOrdering(String name)
@Message(id=16539,
value="Can\'t execute transactional operation \'%s\' from slave controller")
IllegalStateException cannotExecuteTransactionalOperationFromSlave(String operationName)
@Message(id=16540,
value="There is no resource called %s")
OperationFailedException noResourceFor(PathAddress address)
Copyright © 2014 JBoss by Red Hat. All rights reserved.