org.apache.maven.shared.release.scm
Class ReleaseScmRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.release.ReleaseFailureException
              extended by org.apache.maven.shared.release.scm.ReleaseScmRepositoryException
All Implemented Interfaces:
Serializable

public class ReleaseScmRepositoryException
extends ReleaseFailureException

Exception occurring during an SCM repository operation.

Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
ReleaseScmRepositoryException(String message, List<String> validationMessages)
           
 
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

ReleaseScmRepositoryException

public ReleaseScmRepositoryException(String message,
                                     List<String> validationMessages)


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