public final class LifecycleException extends Exception
| Constructor and Description | 
|---|
| LifecycleException()Construct a new LifecycleException with no other information. | 
| LifecycleException(String message)Construct a new LifecycleException for the specified message. | 
| LifecycleException(String message,
                  Throwable throwable)Construct a new LifecycleException for the specified message
 and throwable. | 
| LifecycleException(Throwable throwable)Construct a new LifecycleException for the specified throwable. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LifecycleException()
public LifecycleException(String message)
message - Message describing this exceptionpublic LifecycleException(Throwable throwable)
throwable - Throwable that caused this exceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.