org.apache.maven.shared.release.exec
Class MavenExecutorException

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

public class MavenExecutorException
extends Exception

Exception executing Maven.

Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
MavenExecutorException(String message, int exitCode, String stdOut, String stdErr)
           
MavenExecutorException(String message, String stdOut, String stdErr, Exception e)
           
MavenExecutorException(String message, Throwable cause)
           
 
Method Summary
 int getExitCode()
           
 
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

MavenExecutorException

public MavenExecutorException(String message,
                              int exitCode,
                              String stdOut,
                              String stdErr)

MavenExecutorException

public MavenExecutorException(String message,
                              String stdOut,
                              String stdErr,
                              Exception e)

MavenExecutorException

public MavenExecutorException(String message,
                              Throwable cause)
Method Detail

getExitCode

public int getExitCode()


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