org.apache.maven.wagon

Class TransferFailedException


public class TransferFailedException
extends WagonException

Exception which should be thrown when IO error occures during a transfer from repository
Version:
$Id: TransferFailedException.java 162476 2005-04-19 02:49:45Z brett $
Author:
Michal Maczka

Constructor Summary

TransferFailedException(String message)
TransferFailedException(String message, Throwable cause)

Method Summary

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

getCause, initCause

Constructor Details

TransferFailedException

public TransferFailedException(String message)

TransferFailedException

public TransferFailedException(String message,
                               Throwable cause)