public class ResolveProcessException
extends java.lang.RuntimeException
All ResolveProcessException
subclasses have the ability to interrupt the resolve process
when thrown while resolving dependencies, instead of only marking the module with a problem and
continuing the resolve process as part of the best effort strategy during resolve process.
RestartResolveProcess
which orders to restart the resolve process at the start.Constructor and Description |
---|
ResolveProcessException() |
ResolveProcessException(java.lang.String message) |
ResolveProcessException(java.lang.String message,
java.lang.Throwable cause) |
ResolveProcessException(java.lang.Throwable cause) |
public ResolveProcessException()
public ResolveProcessException(java.lang.String message, java.lang.Throwable cause)
public ResolveProcessException(java.lang.String message)
public ResolveProcessException(java.lang.Throwable cause)