Package org.glassfish.jersey.examples.jersey_ejb.exceptions
-
Class Summary Class Description NotFoundExceptionMapper An exception mapper to return 404 responses when aCustomNotFoundExceptionis thrown. -
Exception Summary Exception Description CustomNotFoundException This exceptions will get mapped to a 404 response with the application exception mapper implemented byNotFoundExceptionMapperclass.