org.apache.maven.wagon

Class UnsupportedProtocolException


public class UnsupportedProtocolException
extends WagonException

This exception is thrown when no Wagon provider is supporting protocol required by some repository
Version:
$Id: UnsupportedProtocolException.java 162476 2005-04-19 02:49:45Z brett $
Author:
Michal Maczka

Constructor Summary

UnsupportedProtocolException(String message)
UnsupportedProtocolException(String message, Throwable cause)

Method Summary

Methods inherited from class org.apache.maven.wagon.WagonException

getCause, initCause

Constructor Details

UnsupportedProtocolException

public UnsupportedProtocolException(String message)

UnsupportedProtocolException

public UnsupportedProtocolException(String message,
                                    Throwable cause)