Class ChecksumFailedException

  • All Implemented Interfaces:
    Serializable

    public class ChecksumFailedException
    extends org.apache.maven.wagon.TransferFailedException
    Occurs when a download checksum fails.
    Version:
    $Id: ChecksumFailedException.java 640549 2008-03-24 20:05:11Z bentmann $
    Author:
    Brett Porter
    See Also:
    Serialized Form
    • Constructor Detail

      • ChecksumFailedException

        public ChecksumFailedException​(String s)
      • ChecksumFailedException

        public ChecksumFailedException​(String message,
                                       Throwable cause)