@MessageBundle(projectCode="JBAS")
public interface UndertowMessages
| Modifier and Type | Field and Description |
|---|---|
static UndertowMessages |
MESSAGES
The default messages.
|
static final UndertowMessages MESSAGES
@Message(id=17301,
value="Unknown handler \'%s\' encountered")
XMLStreamException unknownHandler(String name,
@Param
Location location)
@Message(id=17302,
value="Failed to parse XML descriptor %s at [%s,%s]")
String failToParseXMLDescriptor(org.jboss.vfs.VirtualFile xmlFile,
int line,
int column)
@Message(id=17303,
value="Failed to parse XML descriptor %s")
String failToParseXMLDescriptor(org.jboss.vfs.VirtualFile xmlFile)
@Message(id=17304,
value="@WebServlet is only allowed at class level %s")
String invalidWebServletAnnotation(org.jboss.jandex.AnnotationTarget target)
@Message(id=17305,
value="@WebInitParam requires name and value on %s")
String invalidWebInitParamAnnotation(org.jboss.jandex.AnnotationTarget target)
@Message(id=17306,
value="@WebFilter is only allowed at class level %s")
String invalidWebFilterAnnotation(org.jboss.jandex.AnnotationTarget target)
@Message(id=17307,
value="@WebListener is only allowed at class level %s")
String invalidWebListenerAnnotation(org.jboss.jandex.AnnotationTarget target)
@Message(id=17308,
value="@RunAs needs to specify a role name on %s")
String invalidRunAsAnnotation(org.jboss.jandex.AnnotationTarget target)
@Message(id=17309,
value="@DeclareRoles needs to specify role names on %s")
String invalidDeclareRolesAnnotation(org.jboss.jandex.AnnotationTarget target)
@Message(id=17310,
value="@MultipartConfig is only allowed at class level %s")
String invalidMultipartConfigAnnotation(org.jboss.jandex.AnnotationTarget target)
@Message(id=17311,
value="@ServletSecurity is only allowed at class level %s")
String invalidServletSecurityAnnotation(org.jboss.jandex.AnnotationTarget target)
@Message(id=17312,
value="%s has the wrong component type, it cannot be used as a web component")
RuntimeException wrongComponentType(String clazz)
@Message(id=17313,
value="TLD file %s not contained in root %s")
String tldFileNotContainedInRoot(String tldPath,
String rootPath)
@Message(id=17314,
value="Failed to resolve module for deployment %s")
DeploymentUnitProcessingException failedToResolveModule(DeploymentUnit deploymentUnit)
@Message(id=17315,
value="Duplicate others in absolute ordering")
String invalidMultipleOthers()
@Message(id=17317,
value="Invalid relative ordering")
String invalidRelativeOrdering()
@Message(id=17318,
value="Conflict occurred processing web fragment in JAR: %s")
String invalidWebFragment(String jar)
@Message(id=17319,
value="Relative ordering processing error with JAR: %s")
String invalidRelativeOrdering(String jar)
@Message(id=17320,
value="Ordering includes both before and after others in JAR: %s")
String invalidRelativeOrderingBeforeAndAfter(String jar)
@Message(id=17321,
value="Duplicate name declared in JAR: %s")
String invalidRelativeOrderingDuplicateName(String jar)
@Message(id=17322,
value="Unknown name declared in JAR: %s")
String invalidRelativeOrderingUnknownName(String jar)
@Message(id=17323,
value="Relative ordering conflict with JAR: %s")
String invalidRelativeOrderingConflict(String jar)
@Message(id=17324,
value="Failed to process WEB-INF/lib: %s")
String failToProcessWebInfLib(org.jboss.vfs.VirtualFile xmlFile)
@Message(id=17325,
value="Error loading SCI from module: %s")
DeploymentUnitProcessingException errorLoadingSCIFromModule(org.jboss.modules.ModuleIdentifier identifier,
@Cause
Exception e)
@Message(id=17326,
value="Unable to resolve annotation index for deployment unit: %s")
DeploymentUnitProcessingException unableToResolveAnnotationIndex(DeploymentUnit deploymentUnit)
@Message(id=17327,
value="Deployment error processing SCI for jar: %s")
DeploymentUnitProcessingException errorProcessingSCI(String jar,
@Cause
Exception e)
@Message(id=17328,
value="Security context creation failed")
RuntimeException failToCreateSecurityContext(@Cause
Throwable t)
@Message(id=17329,
value="No security context found")
IllegalStateException noSecurityContext()
@Message(id=17331,
value="Null default host")
IllegalArgumentException nullDefaultHost()
@Message(id=17332,
value="Null host name")
IllegalStateException nullHostName()
@Message(id=17333,
value="Null parameter %s")
IllegalArgumentException nullParamter(String id)
@Message(id=17345,
value="Cannot activate context: %s")
IllegalStateException cannotActivateContext(@Cause
Throwable th,
org.jboss.msc.service.ServiceName service)
@Message(id=17346,
value="Could not construct handler for class: %s. with parameters %s")
RuntimeException cannotCreateHttpHandler(Class<?> handlerClass,
org.jboss.dmr.ModelNode parameters,
@Cause
Throwable cause)
@Message(id=17347,
value="Invalid persistent sessions directory %s")
org.jboss.msc.service.StartException invalidPersistentSessionDir(File baseDir)
@Message(id=17348,
value="Failed to create persistent sessions dir %s")
org.jboss.msc.service.StartException failedToCreatePersistentSessionDir(File baseDir)
@Message(id=17349,
value="Could not create log directory: %s")
org.jboss.msc.service.StartException couldNotCreateLogDirectory(File directory)
@Message(id=17350,
value="Could not find the port number listening for protocol %s")
IllegalStateException noPortListeningForProtocol(String protocol)
@Message(id=17351,
value="Failed to configure handler %s")
RuntimeException failedToConfigureHandler(Class<?> handlerClass,
@Cause
Exception e)
@Message(id=17352,
value="Handler class %s was not a handler or a wrapper")
IllegalArgumentException handlerWasNotAHandlerOrWrapper(Class<?> handlerClass)
@Message(id=17353,
value="Failed to configure handler %s")
RuntimeException failedToConfigureHandlerClass(String handlerClass,
@Cause
Exception e)
@Message(id=17354,
value="Could not find the port number listening for protocol %s")
IllegalArgumentException servletClassNotDefined(String servletName)
Copyright © 2014 JBoss by Red Hat. All rights reserved.