Uses of Class
org.glassfish.jersey.examples.jersey_ejb.exceptions.CustomNotFoundException
-
Packages that use CustomNotFoundException Package Description 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 Modifier and Type Method Description ResponseNotFoundExceptionMapper. 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 Modifier and Type Method Description voidMessageBoardResourceBean. deleteMessage(int msgNum)
-