Class 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 Detail

      • VcsOperationIncompleteException

        public VcsOperationIncompleteException​(@NotNull
                                               Callable<Void> runnable)
    • Method Detail

      • getContinuation

        @NotNull
        public Callable<Void> getContinuation()