Overview
Package
Class
Tree
Deprecated
Index
Help
Apache Tomcat 8.5.54
Prev Class
Next Class
Frames
No Frames
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.catalina
Class LifecycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.catalina.LifecycleException
All Implemented Interfaces:
Serializable
public final class LifecycleException
extends Exception
General purpose exception that is thrown to indicate a lifecycle related problem. Such exceptions should generally be considered fatal to the operation of the application containing this component.
Author:
Craig R. McClanahan
See Also:
Serialized Form
Constructor Summary
Constructors 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.
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
LifecycleException
public LifecycleException()
Construct a new LifecycleException with no other information.
LifecycleException
public LifecycleException(String message)
Construct a new LifecycleException for the specified message.
Parameters:
message - Message describing this exception
LifecycleException
public LifecycleException(Throwable throwable)
Construct a new LifecycleException for the specified throwable.
Parameters:
throwable - Throwable that caused this exception
LifecycleException
public LifecycleException(String message,
Throwable throwable)
Construct a new LifecycleException for the specified message and throwable.
Parameters:
message - Message describing this exception
throwable - Throwable that caused this exception
Overview
Package
Class
Tree
Deprecated
Index
Help
Apache Tomcat 8.5.54
Prev Class
Next Class
Frames
No Frames
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.
本文详细介绍了Apache Tomcat中的LifecycleException,这是一种通用异常,用于指示组件生命周期中出现的问题,通常被视为应用程序运行中的致命错误。
1328

被折叠的 条评论
为什么被折叠?



