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 Details

  • 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

      @Message(id=13005, value="Could not convert \'%s\' to a class.") String couldNotConvertBeanToClass(String bean)
    • couldNotFindMessageBodyReader

      @Message(id=13010, value="Could not find message body reader for type: {0} of content type: {1}", format=MESSAGE_FORMAT) String couldNotFindMessageBodyReader(Type type, jakarta.ws.rs.core.MediaType mediaType)
    • couldNotFindTypeForBean

      @Message(id=13015, value="could not find the type for bean named %s") String couldNotFindTypeForBean(String bean)
    • couldNotRetrieveBean

      @Message(id=13020, value="Could not retrieve bean %s") String couldNotRetrieveBean(String bean)
    • dispatcherIsNull

      @Message(id=13025, value="RESTeasy Dispatcher is null, do you have the ResteasyBootstrap listener configured?") String dispatcherIsNull()
    • exceptionShuttingDownJetty

      @Message(id=13030, value="Exception while shutting down Jetty") String exceptionShuttingDownJetty()
    • exceptionStartingUpJetty

      @Message(id=13035, value="Exception while starting up Jetty") String exceptionStartingUpJetty()
    • interruptedStartingUpJetty

      @Message(id=13040, value="Interrupted while starting up Jetty") String interruptedStartingUpJetty()
    • notAllowed

      @Message(id=13042, value="Not allowed") String notAllowed()
    • notSupported

      @Message(id=13043, value="Not supported") String notSupported()
    • pathNotInitialRequest

      @Message(id=13045, value="%s is not initial request. Its suspended and retried. Aborting.") String pathNotInitialRequest(String path)
    • providerFactoryIsNull

      @Message(id=13050, value="RESTeasy Provider Factory is null, do you have the ResteasyBootstrap listener configured?") String providerFactoryIsNull()
    • providerIsNotSingleton

      @Message(id=13055, value="Provider %s is not a singleton. That\'s not allowed") String providerIsNotSingleton(String provider)
    • 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

      @Message(id=13065, value="ResourceFailure: %s") String resourceFailure(String message)
    • resourceNotFound

      @Message(id=13070, value="Resource Not Found: %s") String resourceNotFound(String message)
    • 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

      @Message(id=13085, value="Shutting down Jetty") String shuttingDownJetty()
    • startingUpJetty

      @Message(id=13090, value="Starting up Jetty") String startingUpJetty()
    • deploymentIsNull

      @Message(id=13095, value="RESTeasy Deployment is null, do you have the ResteasyBootstrap listener configured?") String deploymentIsNull()