Class TaskClassNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.boboweike.carrot.scheduling.exceptions.TaskNotFoundException
-
- cn.boboweike.carrot.scheduling.exceptions.TaskClassNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TaskClassNotFoundException extends TaskNotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskClassNotFoundException(TaskDetails taskDetails)TaskClassNotFoundException(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
-
TaskClassNotFoundException
public TaskClassNotFoundException(TaskDetails taskDetails)
-
TaskClassNotFoundException
public TaskClassNotFoundException(String message)
-
-