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