public abstract class RestartRequiredException extends EnvironmentFailureException
| Modifier | Constructor and Description |
|---|---|
|
RestartRequiredException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason) |
|
RestartRequiredException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
Exception cause) |
|
RestartRequiredException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
String msg) |
protected |
RestartRequiredException(String message,
RestartRequiredException cause)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EnvironmentFailureException |
wrapSelf(String msg)
For internal use only.
|
assertState, assertState, getMessage, getReason, isCorrupted, makeJavaErrorWrapper, promote, setAlreadyThrown, unexpectedException, unexpectedException, unexpectedException, unexpectedException, unexpectedState, unexpectedState, unexpectedState, unexpectedStateaddErrorMessage, addRethrownStackTrace, getVersionHeaderaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestartRequiredException(EnvironmentImpl envImpl, EnvironmentFailureReason reason)
public RestartRequiredException(EnvironmentImpl envImpl, EnvironmentFailureReason reason, Exception cause)
public RestartRequiredException(EnvironmentImpl envImpl, EnvironmentFailureReason reason, String msg)
protected RestartRequiredException(String message, RestartRequiredException cause)
public abstract EnvironmentFailureException wrapSelf(String msg)
wrapSelf in class EnvironmentFailureExceptionCopyright © 2024. All rights reserved.