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 class
InvalidRequestException
class
ResourceNotFoundException
-
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 void
TodoListController.Action. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
void
TodoListController.DeleteTodoItemAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
void
TodoListController.DeleteTodoListAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
void
TodoListController.SetPriorityAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
abstract void
TodoListsController.Action. execute(HttpServletRequest req, HttpServletResponse resp)
-