Class TaskMethodNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.boboweike.carrot.scheduling.exceptions.TaskNotFoundException
-
- cn.boboweike.carrot.scheduling.exceptions.TaskMethodNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TaskMethodNotFoundException extends TaskNotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskMethodNotFoundException(TaskDetails taskDetails)TaskMethodNotFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TaskMethodNotFoundException
public TaskMethodNotFoundException(TaskDetails taskDetails)
-
TaskMethodNotFoundException
public TaskMethodNotFoundException(String message)
-
-