Class CRLExceptionMapper
- java.lang.Object
-
- fr.gouv.vitam.security.internal.rest.mapper.CRLExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<java.security.cert.CRLException>
public class CRLExceptionMapper extends java.lang.Object implements javax.ws.rs.ext.ExceptionMapper<java.security.cert.CRLException>
mapper to CRLException
-
-
Constructor Summary
Constructors Constructor Description CRLExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(java.security.cert.CRLException exception)
-