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