Package cn.boboweike.carrot.storage
Class ConcurrentTaskModificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.boboweike.carrot.storage.StorageException
-
- cn.boboweike.carrot.storage.ConcurrentTaskModificationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnresolvableConcurrentTaskModificationException
public class ConcurrentTaskModificationException extends StorageException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentTaskModificationException(Task concurrentUpdatedTask)ConcurrentTaskModificationException(List<Task> concurrentUpdatedTasks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Task>getConcurrentUpdatedTasks()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-