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)

Constructor Detail

UnsupportedProtocolException

public UnsupportedProtocolException(String message)

See Also: WagonException

UnsupportedProtocolException

public UnsupportedProtocolException(String message, Throwable cause)

See Also: WagonException