Class PermissionExceptionMapper
- java.lang.Object
-
- com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<com.atlassian.crowd.exception.PermissionException>
-
- com.atlassian.bamboo.plugins.rest.common.exception.PermissionExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<com.atlassian.crowd.exception.PermissionException>
@Provider public class PermissionExceptionMapper extends AbstractExceptionMapper<com.atlassian.crowd.exception.PermissionException>
-
-
Constructor Summary
Constructors Constructor Description PermissionExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(@NotNull com.atlassian.crowd.exception.PermissionException exception)
-
Methods inherited from class com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper
getMediaType, never
-
-