org.apache.maven.wagon
Class TransferFailedException

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
All Implemented Interfaces:
Serializable

public class TransferFailedException
extends WagonException

Exception which should be thrown when IO error occurred during a transfer from repository

Version:
$Id: TransferFailedException.java 682051 2008-08-02 21:29:38Z hboutemy $
Author:
Michal Maczka
See Also:
Serialized Form

Constructor Summary
TransferFailedException(String message)
           
TransferFailedException(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

TransferFailedException

public TransferFailedException(String message)
See Also:
WagonException

TransferFailedException

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


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.