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