org.apache.maven.lifecycle
Class LifecycleExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.