Uses of Class
org.glassfish.jersey.examples.jersey_ejb.exceptions.CustomNotFoundException

Packages that use CustomNotFoundException
org.glassfish.jersey.examples.jersey_ejb.exceptions   
org.glassfish.jersey.examples.jersey_ejb.resources   
 

Uses of CustomNotFoundException in org.glassfish.jersey.examples.jersey_ejb.exceptions
 

Methods in org.glassfish.jersey.examples.jersey_ejb.exceptions with parameters of type CustomNotFoundException
 javax.ws.rs.core.Response NotFoundExceptionMapper.toResponse(CustomNotFoundException exception)
           
 

Uses of CustomNotFoundException in org.glassfish.jersey.examples.jersey_ejb.resources
 

Methods in org.glassfish.jersey.examples.jersey_ejb.resources that throw CustomNotFoundException
 void MessageBoardResourceBean.deleteMessage(int msgNum)
           
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.