public class LifecyclePhaseNotFoundException extends Exception
| Constructor and Description | 
|---|
LifecyclePhaseNotFoundException(String message,
                                                              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 | 
|---|---|
String | 
getLifecyclePhase()
Gets the lifecycle phase that was not found. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LifecyclePhaseNotFoundException(String message, String lifecyclePhase)
message - The detail message, may be null.lifecyclePhase - The name of the lifecycle phase that could not be located, may be null.public String getLifecyclePhase()
null.Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.