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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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
).
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019