@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 |
alreadyCommitted() |
String |
failedToParseRequest() |
String |
requestMediaType() |
String |
unexpected() |
static final Messages MESSAGES
static final int BASE
@Message(id=18000, value="Already committed") String alreadyCommitted()
@Message(id=18005, value="Failed to parse request.") String failedToParseRequest()
@Message(id=18010, value="Request media type is not application/x-www-form-urlencoded") String requestMediaType()
@Message(id=18015, value="Unexpected") String unexpected()
Copyright © 2015 JBoss by Red Hat. All rights reserved.