org.apache.maven.wagon
Class UnsupportedProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.wagon.WagonException
              extended by org.apache.maven.wagon.UnsupportedProtocolException
All Implemented Interfaces:
Serializable

public class UnsupportedProtocolException
extends WagonException

This exception is thrown when no Wagon provider is supporting protocol required by some repository

Version:
$Id: UnsupportedProtocolException.java 573459 2007-09-07 05:14:49Z brett $
Author:
Michal Maczka
See Also:
Serialized Form

Constructor Summary
UnsupportedProtocolException(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
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedProtocolException

public UnsupportedProtocolException(String message)
See Also:
WagonException

UnsupportedProtocolException

public UnsupportedProtocolException(String message,
                                    Throwable cause)
See Also:
WagonException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.