@Singleton @Provider public class IllegalStateExceptionMapper extends ExceptionMapperBase implements javax.ws.rs.ext.ExceptionMapper<IllegalStateException>
| Constructor and Description |
|---|
IllegalStateExceptionMapper(javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(IllegalStateException exception) |
buildAuthorizationErrorResponse, buildBadRequestResponse, buildConflictingRequestResponse, buildInternalErrorResponse, buildNotFoundResponse, buildPluginTimeoutResponse, fallback, serializeExceptionpublic IllegalStateExceptionMapper(@Context
javax.ws.rs.core.UriInfo uriInfo)
public javax.ws.rs.core.Response toResponse(IllegalStateException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<IllegalStateException>Copyright © 2010-2016. All Rights Reserved.