org.apache.maven.wagon
Class TransferFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.wagon.WagonException
org.apache.maven.wagon.TransferFailedException
- All Implemented Interfaces:
- Serializable
- 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
- See Also:
- Serialized Form
TransferFailedException
public TransferFailedException(String message)
- See Also:
WagonException
TransferFailedException
public TransferFailedException(String message,
Throwable cause)
- See Also:
WagonException
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.