@MessageBundle(projectCode="JBWEB")
public interface NamingMessages
Modifier and Type | Field and Description |
---|---|
static NamingMessages |
MESSAGES
The messages
|
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
aliasNotFolder(String path) |
IllegalArgumentException |
aliasNotFound(String path) |
IllegalArgumentException |
docBaseNotWar(String docBase) |
String |
failedListingFolder(String path) |
IllegalArgumentException |
failedOpeningWar(String docBase) |
IllegalArgumentException |
invalidAliasMapping(String mapping) |
IllegalArgumentException |
invalidAliasPath(String path) |
IllegalArgumentException |
invalidBaseFolder(String docBase) |
IllegalArgumentException |
invalidNullDocumentBase() |
String |
resourceAlreadyBound(String path) |
String |
resourceBindFailed(String path) |
String |
resourceNotFound(String path) |
String |
resourceUnbindFailed(String path) |
static final NamingMessages MESSAGES
@Message(id=6700, value="Alias path %s is invalid") IllegalArgumentException invalidAliasPath(String path)
@Message(id=6701, value="Invalid alias mapping %s") IllegalArgumentException invalidAliasMapping(String mapping)
@Message(id=6702, value="Aliased path %s does not exist") IllegalArgumentException aliasNotFound(String path)
@Message(id=6703, value="Aliased path %s is not a folder") IllegalArgumentException aliasNotFolder(String path)
@Message(id=6704, value="Resource %s not found") String resourceNotFound(String path)
@Message(id=6705, value="Document base cannot be null") IllegalArgumentException invalidNullDocumentBase()
@Message(id=6706, value="Document base %s does not exist or is not a readable directory") IllegalArgumentException invalidBaseFolder(String docBase)
@Message(id=6707, value="Unbind failed: %s") String resourceUnbindFailed(String path)
@Message(id=6708, value="Name %s is already bound in this Context") String resourceAlreadyBound(String path)
@Message(id=6709, value="Bind failed: %s") String resourceBindFailed(String path)
@Message(id=6710, value="Could not get directory listing for %s") String failedListingFolder(String path)
@Message(id=6711, value="Doc base %s must point to a WAR file") IllegalArgumentException docBaseNotWar(String docBase)
@Message(id=6712, value="Invalid or unreadable WAR file : %s") IllegalArgumentException failedOpeningWar(String docBase)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.