Uses of Class
cloud.opencode.base.parallel.exception.OpenParallelException
Packages that use OpenParallelException
Package
Description
Exception Package - Parallel Execution Exceptions
异常包 - 并行执行异常
-
Uses of OpenParallelException in cloud.opencode.base.parallel.exception
Methods in cloud.opencode.base.parallel.exception that return OpenParallelExceptionModifier and TypeMethodDescriptionstatic OpenParallelExceptionCreates an all-failed exception.static OpenParallelExceptionOpenParallelException.executionFailed(String message, Throwable cause) Creates an execution failed exception.static OpenParallelExceptionOpenParallelException.interrupted(InterruptedException cause) Creates an interrupted exception.static OpenParallelExceptionOpenParallelException.partialFailure(List<Throwable> failures, int totalCount) Creates a partial failure exception.static OpenParallelExceptionCreates a timeout exception.