Package io.undertow.servlet
Class UndertowServletMessages_$bundle
java.lang.Object
io.undertow.servlet.UndertowServletMessages_$bundle
- All Implemented Interfaces:
UndertowServletMessages
,Serializable
public class UndertowServletMessages_$bundle
extends Object
implements UndertowServletMessages, Serializable
Warning this class consists of generated code.
- See Also:
-
Field Summary
FieldsFields inherited from interface io.undertow.servlet.UndertowServletMessages
MESSAGES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IllegalStateException
protected String
final IllegalStateException
protected String
final IllegalStateException
protected String
final IllegalStateException
protected String
final javax.servlet.ServletException
protected String
final IllegalArgumentException
protected String
protected String
final RuntimeException
cannotLoadClass
(String className, Exception e) protected String
final IllegalStateException
protected String
cantCallFromDynamicListener
(String deploymentName, String contextPath) protected String
final IllegalArgumentException
componentMustHaveDefaultConstructor
(String componentType, Class<?> componentClass) protected String
final IllegalStateException
protected String
final RuntimeException
couldNotCreateFactory
(String className, Exception e) protected String
final IllegalArgumentException
couldNotFindContextToDispatchTo
(String originalContextPath) protected String
final javax.servlet.ServletException
couldNotInstantiateComponent
(String name, Exception e) protected String
final IOException
deleteFailed
(Path file) protected String
final javax.servlet.ServletException
deploymentStopped
(String deployment) protected String
final IllegalArgumentException
filterMustImplementFilter
(String name, Class<? extends javax.servlet.Filter> filterClass) protected String
final IllegalStateException
filterNotFound
(String filterName, String mapping) protected String
final IllegalStateException
protected String
protected Locale
final IllegalStateException
protected String
final IllegalStateException
protected String
final IllegalStateException
protected String
final IllegalArgumentException
headerCannotBeConvertedToDate
(String header) protected String
final NullPointerException
protected String
final IllegalArgumentException
invalidMethodForPushRequest
(String method) protected String
final IllegalArgumentException
invalidRequestResponseType
(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) protected String
final IllegalStateException
protected String
final NullPointerException
protected String
final IllegalStateException
protected String
final IllegalArgumentException
listenerMustImplementListenerClass
(Class<?> listenerClass) protected String
final javax.servlet.ServletException
protected String
final IllegalStateException
moreThanOneDefaultErrorPage
(String defaultErrorPage, String location) protected String
final IllegalStateException
protected String
final IllegalStateException
protected String
final javax.servlet.ServletException
protected String
final IllegalStateException
protected String
final javax.servlet.ServletException
protected String
final IllegalStateException
protected String
final javax.servlet.ServletException
protected String
final NullPointerException
nullName()
protected String
final IllegalArgumentException
paramCannotBeNull
(String param) final IllegalArgumentException
paramCannotBeNull
(String param, String componentType, String name) protected String
protected String
final NullPointerException
paramCannotBeNullNPE
(String name) protected String
final MalformedURLException
pathMustStartWithSlash
(String path) protected String
final IllegalArgumentException
protected String
final IllegalStateException
protected String
protected Object
final IllegalArgumentException
requestWasNotOriginalOrWrapper
(javax.servlet.ServletRequest request) protected String
final IllegalStateException
protected String
final IllegalArgumentException
responseWasNotOriginalOrWrapper
(javax.servlet.ServletResponse response) protected String
final IllegalArgumentException
roleMustNotBeEmpty
(String deploymentName, String contextPath) protected String
final IllegalStateException
servletAlreadyInitialize
(String deploymentName, String contextPath) protected String
final IllegalStateException
protected String
final IllegalArgumentException
servletMustImplementServlet
(String name, Class<? extends javax.servlet.Servlet> servletClass) protected String
final IllegalArgumentException
protected String
final IllegalStateException
protected String
final IllegalArgumentException
protected String
final IllegalStateException
protected String
final IOException
protected String
final IllegalStateException
protected String
final IllegalStateException
protected String
final IllegalStateException
trailersNotSupported
(String reason) protected String
final IllegalArgumentException
protected String
final RuntimeException
unknownAuthenticationMechanism
(String mechName) protected String
final javax.servlet.ServletException
protected String
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
UndertowServletMessages_$bundle
protected UndertowServletMessages_$bundle()
-
-
Method Details
-
readResolve
-
getLoggingLocale
-
paramCannotBeNull1$str
-
paramCannotBeNull
- Specified by:
paramCannotBeNull
in interfaceUndertowServletMessages
-
paramCannotBeNull3$str
-
paramCannotBeNull
public final IllegalArgumentException paramCannotBeNull(String param, String componentType, String name) - Specified by:
paramCannotBeNull
in interfaceUndertowServletMessages
-
canOnlyRemoveDeploymentsWhenUndeployed$str
-
canOnlyRemoveDeploymentsWhenUndeployed
public final IllegalStateException canOnlyRemoveDeploymentsWhenUndeployed(DeploymentManager.State state) - Specified by:
canOnlyRemoveDeploymentsWhenUndeployed
in interfaceUndertowServletMessages
-
getReaderAlreadyCalled$str
-
getReaderAlreadyCalled
- Specified by:
getReaderAlreadyCalled
in interfaceUndertowServletMessages
-
getInputStreamAlreadyCalled$str
-
getInputStreamAlreadyCalled
- Specified by:
getInputStreamAlreadyCalled
in interfaceUndertowServletMessages
-
getWriterAlreadyCalled$str
-
getWriterAlreadyCalled
- Specified by:
getWriterAlreadyCalled
in interfaceUndertowServletMessages
-
getOutputStreamAlreadyCalled$str
-
getOutputStreamAlreadyCalled
- Specified by:
getOutputStreamAlreadyCalled
in interfaceUndertowServletMessages
-
twoServletsWithSameMapping$str
-
twoServletsWithSameMapping
- Specified by:
twoServletsWithSameMapping
in interfaceUndertowServletMessages
-
headerCannotBeConvertedToDate$str
-
headerCannotBeConvertedToDate
- Specified by:
headerCannotBeConvertedToDate
in interfaceUndertowServletMessages
-
servletMustImplementServlet$str
-
servletMustImplementServlet
public final IllegalArgumentException servletMustImplementServlet(String name, Class<? extends javax.servlet.Servlet> servletClass) - Specified by:
servletMustImplementServlet
in interfaceUndertowServletMessages
-
componentMustHaveDefaultConstructor$str
-
componentMustHaveDefaultConstructor
public final IllegalArgumentException componentMustHaveDefaultConstructor(String componentType, Class<?> componentClass) - Specified by:
componentMustHaveDefaultConstructor
in interfaceUndertowServletMessages
-
filterMustImplementFilter$str
-
filterMustImplementFilter
public final IllegalArgumentException filterMustImplementFilter(String name, Class<? extends javax.servlet.Filter> filterClass) - Specified by:
filterMustImplementFilter
in interfaceUndertowServletMessages
-
listenerMustImplementListenerClass$str
-
listenerMustImplementListenerClass
- Specified by:
listenerMustImplementListenerClass
in interfaceUndertowServletMessages
-
couldNotInstantiateComponent$str
-
couldNotInstantiateComponent
- Specified by:
couldNotInstantiateComponent
in interfaceUndertowServletMessages
-
cannotLoadClass$str
-
cannotLoadClass
- Specified by:
cannotLoadClass
in interfaceUndertowServletMessages
-
deleteFailed$str
-
deleteFailed
- Specified by:
deleteFailed
in interfaceUndertowServletMessages
-
notAMultiPartRequest$str
-
notAMultiPartRequest
public final javax.servlet.ServletException notAMultiPartRequest()- Specified by:
notAMultiPartRequest
in interfaceUndertowServletMessages
-
asyncNotStarted$str
-
asyncNotStarted
- Specified by:
asyncNotStarted
in interfaceUndertowServletMessages
-
responseAlreadyCommited$str
-
responseAlreadyCommited
- Specified by:
responseAlreadyCommited
in interfaceUndertowServletMessages
-
contentHasBeenWritten$str
-
contentHasBeenWritten
- Specified by:
contentHasBeenWritten
in interfaceUndertowServletMessages
-
pathMustStartWithSlash$str
-
pathMustStartWithSlash
- Specified by:
pathMustStartWithSlash
in interfaceUndertowServletMessages
-
sessionIsInvalid$str
-
sessionIsInvalid
- Specified by:
sessionIsInvalid
in interfaceUndertowServletMessages
-
requestWasNotOriginalOrWrapper$str
-
requestWasNotOriginalOrWrapper
public final IllegalArgumentException requestWasNotOriginalOrWrapper(javax.servlet.ServletRequest request) - Specified by:
requestWasNotOriginalOrWrapper
in interfaceUndertowServletMessages
-
responseWasNotOriginalOrWrapper$str
-
responseWasNotOriginalOrWrapper
public final IllegalArgumentException responseWasNotOriginalOrWrapper(javax.servlet.ServletResponse response) - Specified by:
responseWasNotOriginalOrWrapper
in interfaceUndertowServletMessages
-
asyncRequestAlreadyDispatched$str
-
asyncRequestAlreadyDispatched
- Specified by:
asyncRequestAlreadyDispatched
in interfaceUndertowServletMessages
-
startAsyncNotAllowed$str
-
startAsyncNotAllowed
- Specified by:
startAsyncNotAllowed
in interfaceUndertowServletMessages
-
notImplemented$str
-
notImplemented
- Specified by:
notImplemented
in interfaceUndertowServletMessages
-
asyncAlreadyStarted$str
-
asyncAlreadyStarted
- Specified by:
asyncAlreadyStarted
in interfaceUndertowServletMessages
-
streamIsClosed$str
-
streamIsClosed
- Specified by:
streamIsClosed
in interfaceUndertowServletMessages
-
userAlreadyLoggedIn$str
-
userAlreadyLoggedIn
public final javax.servlet.ServletException userAlreadyLoggedIn()- Specified by:
userAlreadyLoggedIn
in interfaceUndertowServletMessages
-
loginFailed$str
-
loginFailed
public final javax.servlet.ServletException loginFailed()- Specified by:
loginFailed
in interfaceUndertowServletMessages
-
authenticationFailed$str
-
authenticationFailed
public final javax.servlet.ServletException authenticationFailed()- Specified by:
authenticationFailed
in interfaceUndertowServletMessages
-
noSession$str
-
noSession
- Specified by:
noSession
in interfaceUndertowServletMessages
-
streamNotInAsyncMode$str
-
streamNotInAsyncMode
- Specified by:
streamNotInAsyncMode
in interfaceUndertowServletMessages
-
streamNotReady$str
-
streamNotReady
- Specified by:
streamNotReady
in interfaceUndertowServletMessages
-
listenerAlreadySet$str
-
listenerAlreadySet
- Specified by:
listenerAlreadySet
in interfaceUndertowServletMessages
-
noWebSocketHandler$str
-
noWebSocketHandler
public final javax.servlet.ServletException noWebSocketHandler()- Specified by:
noWebSocketHandler
in interfaceUndertowServletMessages
-
unknownAuthenticationMechanism$str
-
unknownAuthenticationMechanism
- Specified by:
unknownAuthenticationMechanism
in interfaceUndertowServletMessages
-
moreThanOneDefaultErrorPage$str
-
moreThanOneDefaultErrorPage
public final IllegalStateException moreThanOneDefaultErrorPage(String defaultErrorPage, String location) - Specified by:
moreThanOneDefaultErrorPage
in interfaceUndertowServletMessages
-
servletContextAlreadyInitialized$str
-
servletContextAlreadyInitialized
- Specified by:
servletContextAlreadyInitialized
in interfaceUndertowServletMessages
-
cannotCallFromProgramaticListener$str
-
cannotCallFromProgramaticListener
- Specified by:
cannotCallFromProgramaticListener
in interfaceUndertowServletMessages
-
cannotAddServletContextListener$str
-
cannotAddServletContextListener
- Specified by:
cannotAddServletContextListener
in interfaceUndertowServletMessages
-
listenerCannotBeNull$str
-
listenerCannotBeNull
- Specified by:
listenerCannotBeNull
in interfaceUndertowServletMessages
-
sslCannotBeCombinedWithAnyOtherMethod$str
-
sslCannotBeCombinedWithAnyOtherMethod
- Specified by:
sslCannotBeCombinedWithAnyOtherMethod
in interfaceUndertowServletMessages
-
couldNotFindContextToDispatchTo$str
-
couldNotFindContextToDispatchTo
- Specified by:
couldNotFindContextToDispatchTo
in interfaceUndertowServletMessages
-
nullName$str
-
nullName
- Specified by:
nullName
in interfaceUndertowServletMessages
-
invalidRequestResponseType$str
-
invalidRequestResponseType
public final IllegalArgumentException invalidRequestResponseType(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) - Specified by:
invalidRequestResponseType
in interfaceUndertowServletMessages
-
asyncRequestAlreadyReturnedToContainer$str
-
asyncRequestAlreadyReturnedToContainer
- Specified by:
asyncRequestAlreadyReturnedToContainer
in interfaceUndertowServletMessages
-
filterNotFound$str
-
filterNotFound
- Specified by:
filterNotFound
in interfaceUndertowServletMessages
-
deploymentStopped$str
-
deploymentStopped
- Specified by:
deploymentStopped
in interfaceUndertowServletMessages
-
headerNameWasNull$str
-
headerNameWasNull
- Specified by:
headerNameWasNull
in interfaceUndertowServletMessages
-
noConfidentialPortAvailable$str
-
noConfidentialPortAvailable
- Specified by:
noConfidentialPortAvailable
in interfaceUndertowServletMessages
-
couldNotCreateFactory$str
-
couldNotCreateFactory
- Specified by:
couldNotCreateFactory
in interfaceUndertowServletMessages
-
listenerIsNotStarted$str
-
listenerIsNotStarted
- Specified by:
listenerIsNotStarted
in interfaceUndertowServletMessages
-
pathWasNotSet$str
-
pathWasNotSet
- Specified by:
pathWasNotSet
in interfaceUndertowServletMessages
-
multipartConfigNotPresent$str
-
multipartConfigNotPresent
- Specified by:
multipartConfigNotPresent
in interfaceUndertowServletMessages
-
servletNameNull$str
-
servletNameNull
- Specified by:
servletNameNull
in interfaceUndertowServletMessages
-
paramCannotBeNullNPE$str
-
paramCannotBeNullNPE
- Specified by:
paramCannotBeNullNPE
in interfaceUndertowServletMessages
-
trailersNotSupported$str
-
trailersNotSupported
- Specified by:
trailersNotSupported
in interfaceUndertowServletMessages
-
invalidMethodForPushRequest$str
-
invalidMethodForPushRequest
- Specified by:
invalidMethodForPushRequest
in interfaceUndertowServletMessages
-
noSecurityContextAvailable$str
-
noSecurityContextAvailable
public final javax.servlet.ServletException noSecurityContextAvailable()- Specified by:
noSecurityContextAvailable
in interfaceUndertowServletMessages
-
pathMustStartWithSlashForRequestDispatcher$str
-
pathMustStartWithSlashForRequestDispatcher
- Specified by:
pathMustStartWithSlashForRequestDispatcher
in interfaceUndertowServletMessages
-
servletAlreadyInitialize$str
-
servletAlreadyInitialize
public final IllegalStateException servletAlreadyInitialize(String deploymentName, String contextPath) - Specified by:
servletAlreadyInitialize
in interfaceUndertowServletMessages
-
roleMustNotBeEmpty$str
-
roleMustNotBeEmpty
- Specified by:
roleMustNotBeEmpty
in interfaceUndertowServletMessages
-
cantCallFromDynamicListener$str
-
cantCallFromDynamicListener
public final UnsupportedOperationException cantCallFromDynamicListener(String deploymentName, String contextPath) - Specified by:
cantCallFromDynamicListener
in interfaceUndertowServletMessages
-