users@jersey.java.net

runtime exception for not yet implemented methods ?

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Sun, 17 May 2009 14:32:29 +0200

for now I am using the WebServiceException as my runtime default exception:

        @PUT
        @Produces( { MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
        @Consumes( { MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
        @Path("slot/add")
        public FpTimeSlot addSlot(FpTimeSlot slot) {
                throw new WebServiceException("not yet implemented");
        }


any other alternative, from the JAX-RS side ?

-- 
Please help to test this application:
http://fgaucho.dyndns.org:8080/cejug-classifieds-richfaces