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
Constructors Constructor Description IllegalArgumentExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(IllegalArgumentException exception)
-
Methods inherited from class com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper
getMediaType, never
-
-
-
-
Method Detail
-
toResponse
public javax.ws.rs.core.Response toResponse(IllegalArgumentException exception)
-
-