@ExperimentalApi public class ExceptionConverter extends Object
ServiceException
s to HTTP Response codes (per http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html)
and back. We use separate inner classes to allow client and server method classloaders to know less about their
counterpart methods.Modifier and Type | Class and Description |
---|---|
static class |
ExceptionConverter.AdditionalStatus
Response.StatusType s for HTTP response codes not supported directly by Response.Status . |
static class |
ExceptionConverter.Client |
static class |
ExceptionConverter.Server |
Modifier and Type | Field and Description |
---|---|
static javax.ws.rs.core.Response.StatusType |
NOT_IMPLEMENTED |
Constructor and Description |
---|
ExceptionConverter() |
Copyright © 2003–2016 Atlassian. All rights reserved.