org.apache.maven.artifact.manager
Class ChecksumFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.wagon.WagonException
              extended by org.apache.maven.wagon.TransferFailedException
                  extended by 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 640549 2008-03-24 20:05:11Z bentmann $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
ChecksumFailedException(String s)
           
ChecksumFailedException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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(String s)

ChecksumFailedException

public ChecksumFailedException(String message,
                               Throwable cause)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.