Class UnauthorisedExceptionMapper
java.lang.Object
com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<UnauthorisedException>
com.atlassian.bamboo.plugins.stash.rest.exception.UnauthorisedExceptionMapper
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<UnauthorisedException>
@Provider
public class UnauthorisedExceptionMapper
extends AbstractExceptionMapper<UnauthorisedException>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
toResponse
(UnauthorisedException exception) Methods inherited from class com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper
getMediaType, never
-
Constructor Details
-
UnauthorisedExceptionMapper
public UnauthorisedExceptionMapper()
-
-
Method Details
-
toResponse
-