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