|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.rest.api.model.ExceptionConverter
@ExperimentalApi public class ExceptionConverter
Converts 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.
Nested Class Summary | |
---|---|
static class |
ExceptionConverter.Client
|
static class |
ExceptionConverter.Server
|
Field Summary | |
---|---|
static javax.ws.rs.core.Response.StatusType |
NOT_IMPLEMENTED
|
Constructor Summary | |
---|---|
ExceptionConverter()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final javax.ws.rs.core.Response.StatusType NOT_IMPLEMENTED
Constructor Detail |
---|
public ExceptionConverter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |