org.apache.maven.scm.manager
Class NoSuchScmProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.scm.ScmException
              extended by org.apache.maven.scm.manager.NoSuchScmProviderException
All Implemented Interfaces:
Serializable

public class NoSuchScmProviderException
extends ScmException

Version:
$Id: NoSuchScmProviderException.java 754778 2009-03-15 22:26:37Z olamy $
Author:
Trygve Laugstøl, Emmanuel Venisse
See Also:
Serialized Form

Constructor Summary
NoSuchScmProviderException(String providerName)
           
 
Method Summary
 String getProviderName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchScmProviderException

public NoSuchScmProviderException(String providerName)
Method Detail

getProviderName

public String getProviderName()


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