org.apache.maven.wagon
Class TransferFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.wagon.WagonException
              extended byorg.apache.maven.wagon.TransferFailedException
All Implemented Interfaces:
java.io.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

Field Summary
 
Fields inherited from class org.apache.maven.wagon.WagonException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TransferFailedException(java.lang.String message)
           
TransferFailedException(java.lang.String message, java.lang.Throwable cause)
           
 
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

TransferFailedException

public TransferFailedException(java.lang.String message)
See Also:
WagonException

TransferFailedException

public TransferFailedException(java.lang.String message,
                               java.lang.Throwable cause)
See Also:
WagonException