org.apache.maven.plugin.dependency.its
Class ExecutionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.dependency.its.ExecutionFailedException
All Implemented Interfaces:
Serializable

public class ExecutionFailedException
extends Exception

See Also:
Serialized Form

Constructor Summary
ExecutionFailedException(String message, org.apache.maven.shared.invoker.InvocationResult result)
           
ExecutionFailedException(String message, org.apache.maven.shared.invoker.MavenInvocationException cause)
           
 
Method Summary
 org.apache.maven.shared.invoker.InvocationResult getInvocationResult()
           
 
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

ExecutionFailedException

public ExecutionFailedException(String message,
                                org.apache.maven.shared.invoker.MavenInvocationException cause)

ExecutionFailedException

public ExecutionFailedException(String message,
                                org.apache.maven.shared.invoker.InvocationResult result)
Method Detail

getInvocationResult

public org.apache.maven.shared.invoker.InvocationResult getInvocationResult()


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