public class LifecycleNotFoundException extends ActionException
| Constructor and Description |
|---|
LifecycleNotFoundException(String message)
Create a LifecycleNotFoundException based on the passed message string.
|
LifecycleNotFoundException(String message, Throwable throwable)
Create a LifecycleNotFoundException based on the passed message string and caused by the passed Throwable.
|
LifecycleNotFoundException(Throwable throwable)
Create a LifecycleNotFoundException based on the passed Throwable.
|
getBundleNamegetLocalizedMessage, getMessage, getMessageID, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic LifecycleNotFoundException(Throwable throwable)
throwable - Throwable causing the exceptionpublic LifecycleNotFoundException(String message)
message - exception error message