Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response toResponse​(java.security.cert.CRLException exception)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CRLExceptionMapper

        public CRLExceptionMapper()
    • Method Detail

      • toResponse

        public javax.ws.rs.core.Response toResponse​(java.security.cert.CRLException exception)
        Specified by:
        toResponse in interface javax.ws.rs.ext.ExceptionMapper<java.security.cert.CRLException>
        Parameters:
        exception -
        Returns: