Class PhaseExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.personality.plexus.lifecycle.phase.PhaseExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class PhaseExecutionException extends java.lang.Exception
Describes an error that has occurred during the execution of a phase.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PhaseExecutionException(java.lang.String message, java.lang.Throwable throwable)
-