Class ChecksumFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChecksumFailedException
    extends org.apache.maven.wagon.TransferFailedException
    Occurs when a download checksum fails.
    Author:
    Brett Porter
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class org.apache.maven.wagon.WagonException

        getCause, initCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChecksumFailedException

        public ChecksumFailedException​(java.lang.String s)
      • ChecksumFailedException

        public ChecksumFailedException​(java.lang.String message,
                                       java.lang.Throwable cause)