public class ComputeExecutionRejectedException extends IgniteException
| Constructor and Description |
|---|
ComputeExecutionRejectedException(String msg)
Creates new execution rejection exception with given error message.
|
ComputeExecutionRejectedException(String msg,
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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019