Uses of Class
info.ejava.examples.jaxrs.todos.ejb.ClientErrorException
-
Packages that use ClientErrorException Package Description info.ejava.examples.jaxrs.todos.ejb info.ejava.examples.jaxrs.todos.ui -
-
Uses of ClientErrorException in info.ejava.examples.jaxrs.todos.ejb
Subclasses of ClientErrorException in info.ejava.examples.jaxrs.todos.ejb Modifier and Type Class Description classInvalidRequestExceptionclassResourceNotFoundException -
Uses of ClientErrorException in info.ejava.examples.jaxrs.todos.ui
Methods in info.ejava.examples.jaxrs.todos.ui that throw ClientErrorException Modifier and Type Method Description voidTodoListController.Action. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)voidTodoListController.DeleteTodoItemAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)voidTodoListController.DeleteTodoListAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)voidTodoListController.SetPriorityAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)abstract voidTodoListsController.Action. execute(HttpServletRequest req, HttpServletResponse resp)
-