Class ReleaseScmCommandException

All Implemented Interfaces:
Serializable

public class ReleaseScmCommandException extends ReleaseFailureException
Exception occurring during an SCM operation.
Author:
Brett Porter
See Also:
  • Constructor Details

    • ReleaseScmCommandException

      public ReleaseScmCommandException(String message, org.apache.maven.scm.ScmResult result)

      Constructor for ReleaseScmCommandException.

      Parameters:
      message - a String object
      result - a ScmResult object