Class DistributionValidatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.siouan.frontendgradleplugin.core.FrontendException
-
- org.siouan.frontendgradleplugin.core.DistributionValidatorException
-
- All Implemented Interfaces:
java.io.Serializable
public class DistributionValidatorException extends FrontendException
Exception thrown when a downloaded distribution is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DistributionValidatorException(java.lang.String message)DistributionValidatorException(java.lang.Throwable cause)
-