Class WagonCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.aether.transport.wagon.WagonCancelledException
-
- All Implemented Interfaces:
java.io.Serializable
class WagonCancelledException extends java.lang.RuntimeException
Unchecked exception to allow the checkedTransferCancelledException
to bubble up from a wagon.
-
-
Constructor Summary
Constructors Constructor Description WagonCancelledException(TransferCancelledException cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Exception
unwrap(java.lang.Exception e)
-
-
-
Constructor Detail
-
WagonCancelledException
WagonCancelledException(TransferCancelledException cause)
-
-