org.apache.ivy.core.resolve

Class ResolveProcessException

public class ResolveProcessException extends RuntimeException

ResolveProcessException is an exception which is used to control the resolve process.

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.

Some subclasses have even a stronger power over the resolve process, like RestartResolveProcess which orders to restart the resolve process at the start.
Constructor Summary
ResolveProcessException()
ResolveProcessException(String message, Throwable cause)
ResolveProcessException(String message)
ResolveProcessException(Throwable cause)

Constructor Detail

ResolveProcessException

public ResolveProcessException()

ResolveProcessException

public ResolveProcessException(String message, Throwable cause)

ResolveProcessException

public ResolveProcessException(String message)

ResolveProcessException

public ResolveProcessException(Throwable cause)