org.apache.maven.scm.manager
Class NoSuchScmProviderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.scm.ScmException
              extended byorg.apache.maven.scm.manager.NoSuchScmProviderException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchScmProviderException
extends ScmException

Version:
$Id: NoSuchScmProviderException.java 372209 2006-01-25 13:30:01Z evenisse $
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-2006 Apache Software Foundation. All Rights Reserved.