Package jetbrains.buildServer.vcs
Class BuildPromotionChangesLoader.VcsOperationIncompleteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.vcs.BuildPromotionChangesLoader.VcsOperationIncompleteException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- BuildPromotionChangesLoader
public static class BuildPromotionChangesLoader.VcsOperationIncompleteException extends RuntimeException
Thrown if operation could not be finished for some reason. The exception might have a callable associated with it, in this case this callable should be called to complete the operation. If callable is not provided then the entire operation should be repeated from scratch.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VcsOperationIncompleteException(Callable<Void> runnable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Callable<Void>
getContinuation()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-