Class TaskController.TaskNotFoundException
Object
Throwable
Exception
RuntimeException
TaskNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing class:
TaskController
@ResponseStatus(value=NOT_FOUND,
reason="Tarefa nao encontrada ou acesso nao permitido.")
public static class TaskController.TaskNotFoundException
extends RuntimeException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskNotFoundException
public TaskNotFoundException()
-