org.apache.maven.scm.repository
Class ScmRepositoryException

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.repository.ScmRepositoryException
All Implemented Interfaces:
Serializable

public class ScmRepositoryException
extends ScmException

Version:
$Id: ScmRepositoryException.java 1054215 2011-01-01 09:45:44Z olamy $
Author:
Trygve Laugstøl, Olivier Lamy
See Also:
Serialized Form

Constructor Summary
ScmRepositoryException(String msg)
           
ScmRepositoryException(String msg, List<String> validationMessages)
           
ScmRepositoryException(String msg, Throwable cause)
           
 
Method Summary
 List<String> getValidationMessages()
           
 
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

ScmRepositoryException

public ScmRepositoryException(String msg)

ScmRepositoryException

public ScmRepositoryException(String msg,
                              Throwable cause)

ScmRepositoryException

public ScmRepositoryException(String msg,
                              List<String> validationMessages)
Method Detail

getValidationMessages

public List<String> getValidationMessages()


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