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

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

public class ReleaseScmCommandException
extends ReleaseFailureException

Exception occurring during an SCM operation.

Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
ReleaseScmCommandException(String message, ScmResult result)
           
 
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

ReleaseScmCommandException

public ReleaseScmCommandException(String message,
                                  ScmResult result)


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