Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message,
                                          org.apache.maven.scm.ScmResult result)