Class ReleaseScmCommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.release.ReleaseFailureException
-
- org.apache.maven.shared.release.scm.ReleaseScmCommandException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReleaseScmCommandException extends ReleaseFailureException
Exception occurring during an SCM operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReleaseScmCommandException(java.lang.String message, org.apache.maven.scm.ScmResult result)
-