public class LifecycleNotFoundException extends Exception
| Constructor and Description | 
|---|
| LifecycleNotFoundException(String lifecycleId)Creates a new exception to indicate that the specified lifecycle is unknown. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLifecycleId()Gets the identifier of the lifecycle that was not found. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LifecycleNotFoundException(String lifecycleId)
lifecycleId - The identifier of the lifecycle that could not be located, may be null.public String getLifecycleId()
null.Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.