java.io.Serializablepublic class LifecycleNotFoundException
extends java.lang.Exception
| Constructor | Description |
|---|---|
LifecycleNotFoundException(java.lang.String lifecycleId) |
Creates a new exception to indicate that the specified lifecycle is unknown.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getLifecycleId() |
Gets the identifier of the lifecycle that was not found.
|