Package org.apache.maven.wagon
Class UnsupportedProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.wagon.WagonException
org.apache.maven.wagon.UnsupportedProtocolException
- All Implemented Interfaces:
Serializable
This exception is thrown when no Wagon provider is supporting protocol required by some repository
- Author:
- Michal Maczka
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedProtocolException
(String message) UnsupportedProtocolException
(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
-
UnsupportedProtocolException
- See Also:
-
UnsupportedProtocolException
- See Also:
-