@MessageBundle(projectCode="JBAS")
public interface HttpServerMessages
| Modifier and Type | Field and Description |
|---|---|
static HttpServerMessages |
MESSAGES
The messages.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.modules.ModuleNotFoundException |
consoleModuleNotFound(String moduleName) |
RuntimeException |
failedReadingResource(Throwable cause,
String resource) |
IllegalArgumentException |
invalidCredentialType(String value) |
IllegalArgumentException |
invalidOperation(Throwable cause,
String value) |
String |
invalidResource() |
String |
realmNotReadyMessage(String url)
An error message indicating that the security realm is not ready to process requests and a URL that can be viewed for
additional information.
|
static final HttpServerMessages MESSAGES
@Message(id=15127,
value="Invalid operation \'%s\'")
IllegalArgumentException invalidOperation(@Cause
Throwable cause,
String value)
@Message(id=15135,
value="The security realm is not ready to process requests, see %s")
String realmNotReadyMessage(String url)
url - - the url clients should visit for further information.@Message(id=15136,
value="No console module available with module name %s")
org.jboss.modules.ModuleNotFoundException consoleModuleNotFound(String moduleName)
@Message(id=15137,
value="Failed to read %s")
RuntimeException failedReadingResource(@Cause
Throwable cause,
String resource)
@Message(id=15138,
value="Invalid resource")
String invalidResource()
@Message(id=15139,
value="Invalid Credential Type \'%s\'")
IllegalArgumentException invalidCredentialType(String value)
Copyright © 2014 JBoss by Red Hat. All rights reserved.