java.io.Serializablepublic class LifecyclePhaseNotFoundException
extends java.lang.Exception
| Constructor | 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 | 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.