public class LifecyclePhaseNotFoundException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
lifecyclePhase |
Constructor and Description |
---|
LifecyclePhaseNotFoundException(java.lang.String message,
java.lang.String lifecyclePhase)
Creates a new exception to indicate that the specified lifecycle phase is not defined by any known lifecycle.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLifecyclePhase()
Gets the lifecycle phase that was not found.
|
public LifecyclePhaseNotFoundException(java.lang.String message, java.lang.String lifecyclePhase)
message
- The detail message, may be null
.lifecyclePhase
- The name of the lifecycle phase that could not be located, may be null
.