Package org.apache.unomi.rest.exception
Class InvalidRequestExceptionMapper
java.lang.Object
org.apache.unomi.rest.exception.InvalidRequestExceptionMapper
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<InvalidRequestException>
@Provider
public class InvalidRequestExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<InvalidRequestException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
toResponse
(InvalidRequestException exception)
-
Constructor Details
-
InvalidRequestExceptionMapper
public InvalidRequestExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<InvalidRequestException>
-