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, 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.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016