Class TaskController.TaskFinishedException
Object
Throwable
Exception
RuntimeException
TaskFinishedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
TaskController
@ResponseStatus(value=GONE,
reason="Esta tarefa ja foi finalizada.")
public static class TaskController.TaskFinishedException
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
-
TaskFinishedException
public TaskFinishedException()
-