Class UnresolvableConcurrentTaskModificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.boboweike.carrot.storage.StorageException
-
- cn.boboweike.carrot.storage.ConcurrentTaskModificationException
-
- cn.boboweike.carrot.server.concurrent.UnresolvableConcurrentTaskModificationException
-
- All Implemented Interfaces:
SevereCarrotException.DiagnosticsAware,Serializable
public class UnresolvableConcurrentTaskModificationException extends ConcurrentTaskModificationException implements SevereCarrotException.DiagnosticsAware
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnresolvableConcurrentTaskModificationException(List<ConcurrentTaskModificationResolveResult> concurrentTaskModificationResolveResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagnosticsBuildergetDiagnosticsInfo()-
Methods inherited from class cn.boboweike.carrot.storage.ConcurrentTaskModificationException
getConcurrentUpdatedTasks
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnresolvableConcurrentTaskModificationException
public UnresolvableConcurrentTaskModificationException(List<ConcurrentTaskModificationResolveResult> concurrentTaskModificationResolveResults)
-
-
Method Detail
-
getDiagnosticsInfo
public DiagnosticsBuilder getDiagnosticsInfo()
- Specified by:
getDiagnosticsInfoin interfaceSevereCarrotException.DiagnosticsAware
-
-