@groovy.transform.CompileStatic class ChecksumFailedException extends RuntimeException
Thrown when a checksum fails.
Methods inherited from class | Name |
---|---|
class RuntimeException |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Instantiates an exception.
distributionName
- A descriptive name of the distributionsourceUrl
- The URL/URI where it was downloaded fromlocalCompressedFile
- The location of the downloaded archiveexpectedSum
- The expected checksumactualSum
- The actual checksum