Class SourcePathAwareResolvingFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.artifacts.ResolvingFailedException
-
- jetbrains.buildServer.artifacts.impl.SourcePathAwareResolvingFailedException
-
- All Implemented Interfaces:
Serializable
public class SourcePathAwareResolvingFailedException extends ResolvingFailedException
- Author:
- vbedrosova
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourcePathAwareResolvingFailedException(String message, Throwable cause, String failedSourcePath)
SourcePathAwareResolvingFailedException(String message, Throwable cause, List<String> failedSourcePaths)
SourcePathAwareResolvingFailedException(String message, List<String> failedSourcePaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getFailedSourcePaths()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SourcePathAwareResolvingFailedException
public SourcePathAwareResolvingFailedException(String message, @NotNull List<String> failedSourcePaths)
-
SourcePathAwareResolvingFailedException
public SourcePathAwareResolvingFailedException(String message, Throwable cause, @NotNull List<String> failedSourcePaths)
-
-