public class ComputeExecutionRejectedException extends IgniteException
| Constructor and Description |
|---|
ComputeExecutionRejectedException(String msg)
Creates new execution rejection exception with given error message.
|
ComputeExecutionRejectedException(String msg,
@Nullable Throwable cause)
Creates new execution rejection exception with given error message
and optional nested exception.
|
ComputeExecutionRejectedException(Throwable cause)
Creates new execution rejection given throwable as a cause and
source of error message.
|
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ComputeExecutionRejectedException(String msg)
msg - Error message.public ComputeExecutionRejectedException(Throwable cause)
cause - Non-null throwable cause.public ComputeExecutionRejectedException(String msg, @Nullable @Nullable Throwable cause)
msg - Error message.cause - Optional nested exception (can be null).
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025