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:
Serializable
Exception which should be thrown when IO error occurred during
a transfer from repository
- Author:
- Michal Maczka
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransferFailedException
(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
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransferFailedException
- See Also:
-
TransferFailedException
- See Also:
-