org.apache.maven.artifact.manager
Class ChecksumFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.wagon.WagonException
org.apache.maven.wagon.TransferFailedException
org.apache.maven.artifact.manager.ChecksumFailedException
- All Implemented Interfaces:
- Serializable
public class ChecksumFailedException
- extends org.apache.maven.wagon.TransferFailedException
Occurs when a download checksum fails.
- Version:
- $Id: ChecksumFailedException.java 191634 2005-06-21 06:49:49Z brett $
- Author:
- Brett Porter
- See Also:
- Serialized Form
Methods inherited from class org.apache.maven.wagon.WagonException |
getCause, initCause |
ChecksumFailedException
public ChecksumFailedException(String s)
ChecksumFailedException
public ChecksumFailedException(String message,
Throwable cause)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.