org.apache.maven.lifecycle
Class LifecycleExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.lifecycle.LifecycleExecutionException
All Implemented Interfaces:
Serializable

public class LifecycleExecutionException
extends Exception

Version:
$Id: LifecycleExecutionException.java 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
LifecycleExecutionException(String message)
           
LifecycleExecutionException(String message, Throwable cause)
           
LifecycleExecutionException(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

LifecycleExecutionException

public LifecycleExecutionException(String message)

LifecycleExecutionException

public LifecycleExecutionException(Throwable cause)

LifecycleExecutionException

public LifecycleExecutionException(String message,
                                   Throwable cause)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.