Interface Messages
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="RESTEASY")
public interface Messages
- Version:
- $Revision: 1.1 $ Copyright Aug 29, 2015
- Author:
- Ron Sigal
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncouldNotFindMessageBodyReader(Type type, jakarta.ws.rs.core.MediaType mediaType) couldNotRetrieveBean(String bean) pathNotInitialRequest(String path) providerIsNotSingleton(String provider) resourceFailure(String message) resourceNotFound(String message)
-
Field Details
-
MESSAGES
-
BASE
static final int BASE- See Also:
-
-
Method Details
-
cannotUseScanParameters
@Message(id=13000, value="You cannot use resteasy.scan, resteasy.scan.resources, or resteasy.scan.providers with the SpringContextLoaderLister as this may cause serious deployment errors in your application") String cannotUseScanParameters() -
couldNotConvertBeanToClass
-
couldNotFindMessageBodyReader
-
couldNotFindTypeForBean
-
couldNotRetrieveBean
-
dispatcherIsNull
@Message(id=13025, value="RESTeasy Dispatcher is null, do you have the ResteasyBootstrap listener configured?") String dispatcherIsNull() -
exceptionShuttingDownJetty
-
exceptionStartingUpJetty
-
interruptedStartingUpJetty
-
notAllowed
-
notSupported
-
pathNotInitialRequest
-
providerFactoryIsNull
@Message(id=13050, value="RESTeasy Provider Factory is null, do you have the ResteasyBootstrap listener configured?") String providerFactoryIsNull() -
providerIsNotSingleton
-
registryIsNull
@Message(id=13060, value="RESTeasy Registry is null, do you have the ResteasyBootstrap listener configured?") String registryIsNull() -
requestedMediaNotAcceptable
@Message(id=13062, value="The requested media type is not acceptable.") String requestedMediaNotAcceptable() -
resourceFailure
-
resourceNotFound
-
resteasyHandlerMappingHasDefaultOrder
@Message(id=13075, value="ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.") String resteasyHandlerMappingHasDefaultOrder() -
resteasyRegistrationReferences
@Message(id=13080, value="ResteasyRegistration references must be String values or a reference to a bean name") String resteasyRegistrationReferences() -
shuttingDownJetty
-
startingUpJetty
-
deploymentIsNull
@Message(id=13095, value="RESTeasy Deployment is null, do you have the ResteasyBootstrap listener configured?") String deploymentIsNull()
-