org.jboss.resteasy.spring.jetty.i18n
@MessageBundle(projectCode="RESTEASY") public interface Messages
Modifier and Type | Field and Description |
---|---|
static int |
BASE |
static Messages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
String |
exceptionWhileShuttingDownJetty() |
String |
exceptionWhileStartingJetty() |
String |
interruptedWhileStartingJetty() |
String |
shuttingDownJetty() |
String |
startingJetty() |
static final Messages MESSAGES
static final int BASE
@Message(id=11500, value="Exception while shutting down Jetty") String exceptionWhileShuttingDownJetty()
@Message(id=11505, value="Exception while starting up Jetty") String exceptionWhileStartingJetty()
@Message(id=11510, value="Interrupted while starting up Jetty") String interruptedWhileStartingJetty()
@Message(id=11515, value="Shutting down Jetty") String shuttingDownJetty()
@Message(id=11520, value="Starting up Jetty") String startingJetty()
Copyright © 2014. All Rights Reserved.