public class IgniteFutureCancelledCheckedException extends IgniteCheckedException
Constructor and Description |
---|
IgniteFutureCancelledCheckedException(String msg)
Creates new exception with given error message.
|
IgniteFutureCancelledCheckedException(String msg,
@Nullable Throwable cause)
Creates a new exception with given error message and optional nested cause exception.
|
IgniteFutureCancelledCheckedException(Throwable cause)
Creates new exception with given throwable as a nested cause and
source of error message.
|
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IgniteFutureCancelledCheckedException(String msg)
msg
- Error message.public IgniteFutureCancelledCheckedException(Throwable cause)
cause
- Non-null throwable cause.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020