org.apache.maven.scm
Class ScmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.scm.ScmException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchCommandScmException, NoSuchScmProviderException, ScmRepositoryException

public class ScmException
extends Exception

Version:
$Id: ScmException.java 483105 2006-12-06 15:07:54Z evenisse $
Author:
Emmanuel Venisse
See Also:
Serialized Form

Constructor Summary
ScmException(String message)
           
ScmException(String message, Throwable cause)
           
 
Method Summary
 
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

ScmException

public ScmException(String message)
Parameters:
message -

ScmException

public ScmException(String message,
                    Throwable cause)
Parameters:
message -
cause -


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