Class IllegalArgumentExceptionMapper
- java.lang.Object
-
- fr.gouv.vitam.security.internal.rest.mapper.IllegalArgumentExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<java.lang.IllegalArgumentException>
public class IllegalArgumentExceptionMapper extends java.lang.Object implements javax.ws.rs.ext.ExceptionMapper<java.lang.IllegalArgumentException>
mapper on 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(java.lang.IllegalArgumentException exception)
-