org.jboss.maven.shared.process
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.maven.shared.process.ExecutionException
All Implemented Interfaces:
java.io.Serializable

public class ExecutionException
extends java.lang.RuntimeException

Used to indicate problems performing an execution (sys call).

Author:
Steve Ebersole
See Also:
Serialized Form

Constructor Summary
ExecutionException(java.lang.String message)
           
ExecutionException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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

ExecutionException

public ExecutionException(java.lang.String message)

ExecutionException

public ExecutionException(java.lang.String message,
                          java.lang.Throwable cause)


Copyright © 2007-2010 JBoss, a division of Red Hat, Inc. All Rights Reserved.