public final class ExecutionSuspendException extends ExecutionErrorException
Executable
interface to indicate job suspended execution on finding server in Quiesce state.Executable
, Serialized FormConstructor and Description |
---|
ExecutionSuspendException()
Constructs a new exception with
null detail message. |
ExecutionSuspendException(String message)
Constructs a new exception with the specified detail message.
|
ExecutionSuspendException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
ExecutionSuspendException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExecutionSuspendException()
null
detail message. The cause is not initialized.public ExecutionSuspendException(String message)
message
- the detail message. This can be retrieved by the getMessage
method.public ExecutionSuspendException(String message, Throwable cause)
message
- the detail message. This can be retrieved by the getMessage
method.cause
- the cause. This can be retrieved by the getCause
method.public ExecutionSuspendException(Throwable cause)
null
.cause
- the cause. This can be retrieved by the getCause
method.