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:
java.io.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(java.lang.String providerName)
           
 
Method Summary
 java.lang.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(java.lang.String providerName)
Method Detail

getProviderName

public java.lang.String getProviderName()


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