users@jersey.java.net

[Jersey] Nullpointer and IllegalExpcetion are not handled by ExceptionMapper Jersey 1.4

From: Albert <chopra.jitendra_at_gmail.com>
Date: Thu, 8 Mar 2012 08:19:05 -0800 (PST)

Hi
I read many threads at jersey and it is listed as bug in jersey 1.1.5. Is it
fixed letter on?
I am using Jersey 1.4 and Exception mapper is not working for nullpointer
and Illegal Argument exception. I made Exception Mapper on runetimeException
but it gives below error. Any idea how it can be solved.

Signature.
public class NullPointerExceptionMapper implements
ExceptionMapper<RuntimeException> {


EVERE: Exception mapper
edu.apollogrp.platform.authz.rest.provider.NullPointerE
xceptionMapper_at_5fbbf3 for Throwable java.lang.NullPointerException threw a
Runti
meException when attempting to obtain the response
Mar 8, 2012 9:09:16 AM com.sun.jersey.spi.container.ContainerResponse
traceExcep
tion
SEVERE: Mapped exception to response: 500 (Internal Server Error)
java.lang.NullPointerException
        at
edu.apollogrp.platform.authz.rest.provider.NullPointerExceptionMapper
.toResponse(NullPointerExceptionMapper.java:23)

--
View this message in context: http://jersey.576304.n2.nabble.com/Nullpointer-and-IllegalExpcetion-are-not-handled-by-ExceptionMapper-Jersey-1-4-tp7355433p7355433.html
Sent from the Jersey mailing list archive at Nabble.com.