public abstract class RestartRequiredException extends EnvironmentFailureException
Modifier | Constructor and Description |
---|---|
|
RestartRequiredException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason) |
|
RestartRequiredException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
java.lang.Exception cause) |
protected |
RestartRequiredException(java.lang.String message,
RestartRequiredException cause)
For internal use only.
|
Modifier and Type | Method and Description |
---|---|
abstract EnvironmentFailureException |
wrapSelf(java.lang.String msg)
For internal use only.
|
getMessage, getReason, makeJavaErrorWrapper, promote, setAlreadyThrown, unexpectedException, unexpectedException, unexpectedException, unexpectedException, unexpectedState, unexpectedState, unexpectedState, unexpectedState
addErrorMessage, getVersionHeader
public RestartRequiredException(EnvironmentImpl envImpl, EnvironmentFailureReason reason)
public RestartRequiredException(EnvironmentImpl envImpl, EnvironmentFailureReason reason, java.lang.Exception cause)
protected RestartRequiredException(java.lang.String message, RestartRequiredException cause)
public abstract EnvironmentFailureException wrapSelf(java.lang.String msg)
wrapSelf
in class EnvironmentFailureException
Copyright (c) 2004-2012 Oracle. All rights reserved.