Class MavenExecutorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.release.exec.MavenExecutorException
All Implemented Interfaces:
Serializable

public class MavenExecutorException extends Exception
Exception executing Maven.
Author:
Brett Porter
See Also:
  • Constructor Details

    • MavenExecutorException

      public MavenExecutorException(String message, int exitCode)

      Constructor for MavenExecutorException.

      Parameters:
      message - a String object
      exitCode - a int
    • MavenExecutorException

      public MavenExecutorException(String message, Throwable cause)

      Constructor for MavenExecutorException.

      Parameters:
      message - a String object
      cause - a Throwable object
  • Method Details

    • getExitCode

      public int getExitCode()

      Getter for the field exitCode.

      Returns:
      a int