Package 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:
java.io.Serializable
public class TransferFailedException extends WagonException
Exception which should be thrown when IO error occurred during a transfer from repository- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransferFailedException(java.lang.String message)
TransferFailedException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
-
-
-
-
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
-
-