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:
java.io.Serializable
public class UnsupportedProtocolException extends WagonException
This exception is thrown when no Wagon provider is supporting protocol required by some repository- Author:
- Michal Maczka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedProtocolException(java.lang.String message)
UnsupportedProtocolException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
-
-
-
-
Constructor Detail
-
UnsupportedProtocolException
public UnsupportedProtocolException(java.lang.String message)
- See Also:
WagonException
-
UnsupportedProtocolException
public UnsupportedProtocolException(java.lang.String message, java.lang.Throwable cause)
- See Also:
WagonException
-
-