Class InvalidRequestExceptionMapper
java.lang.Object
com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<InvalidRequestException>
com.atlassian.bamboo.rest.common.exception.InvalidRequestExceptionMapper
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<InvalidRequestException>
- Direct Known Subclasses:
InvalidRequestExceptionMapper
,InvalidRequestExceptionMapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
toResponse
(InvalidRequestException exception) Methods inherited from class com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper
getMediaType, never
-
Constructor Details
-
InvalidRequestExceptionMapper
public InvalidRequestExceptionMapper()
-
-
Method Details
-
toResponse
-