Class ParamExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<org.glassfish.jersey.server.ParamException>, ExceptionDebugLogging

    @Provider
    public class ParamExceptionMapper
    extends Object
    implements javax.ws.rs.ext.ExceptionMapper<org.glassfish.jersey.server.ParamException>, ExceptionDebugLogging
    Handle Jersey ParamException
    Since:
    2015-01-20
    Author:
    awoods
    • Method Detail

      • toResponse

        public javax.ws.rs.core.Response toResponse​(org.glassfish.jersey.server.ParamException e)
        Specified by:
        toResponse in interface javax.ws.rs.ext.ExceptionMapper<org.glassfish.jersey.server.ParamException>