Class DistributionUrlResolverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.siouan.frontendgradleplugin.core.FrontendException
-
- org.siouan.frontendgradleplugin.core.DistributionUrlResolverException
-
- All Implemented Interfaces:
java.io.Serializable
public class DistributionUrlResolverException extends FrontendException
Exception thrown when the URL to download a distribution can not be resolved.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DistributionUrlResolverException(java.lang.String message)DistributionUrlResolverException(java.lang.Throwable cause)
-