public final class LifecycleException
extends java.lang.Exception
| Constructor and Description | 
|---|
| LifecycleException()Construct a new LifecycleException with no other information. | 
| LifecycleException(java.lang.String message)Construct a new LifecycleException for the specified message. | 
| LifecycleException(java.lang.String message,
java.lang.Throwable throwable)Construct a new LifecycleException for the specified message
and throwable. | 
| LifecycleException(java.lang.Throwable throwable)Construct a new LifecycleException for the specified throwable. | 
public LifecycleException()
public LifecycleException(java.lang.String message)
message - Message describing this exceptionpublic LifecycleException(java.lang.Throwable throwable)
throwable - Throwable that caused this exceptionpublic LifecycleException(java.lang.String message,
                  java.lang.Throwable throwable)
message - Message describing this exceptionthrowable - Throwable that caused this exceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.