org.apache.maven.repository.legacy
Class ChecksumFailedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.maven.wagon.WagonException
org.apache.maven.wagon.WagonException
               org.apache.maven.wagon.TransferFailedException
org.apache.maven.wagon.TransferFailedException
                   org.apache.maven.repository.legacy.ChecksumFailedException
org.apache.maven.repository.legacy.ChecksumFailedException
- All Implemented Interfaces: 
- Serializable
- public class ChecksumFailedException 
- extends TransferFailedException
Occurs when a download checksum fails.
- Author:
- Brett Porter
- See Also:
- Serialized Form
 
 
 
 
 
ChecksumFailedException
public ChecksumFailedException(String s)
ChecksumFailedException
public ChecksumFailedException(String message,
                               Throwable cause)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.