@groovy.transform.CompileStatic class DistributionFailedException extends GradleException
Thrown when a distribution failed to unpack correctly or does not meet specific criteria.
| Constructor and description |
|---|
DistributionFailedException
(String msg)Instantiates exception |
| Methods inherited from class | Name |
|---|---|
class GradleException |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
class RuntimeException |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Instantiates exception
msg - Exception message