public class IgniteInterruptedCheckedException extends IgniteCheckedException
InterruptedException into IgniteCheckedException.| Constructor and Description |
|---|
IgniteInterruptedCheckedException(InterruptedException cause)
Creates new exception with given throwable as a nested cause and
source of error message.
|
IgniteInterruptedCheckedException(String msg)
Creates a new exception with given error message and optional nested cause exception.
|
IgniteInterruptedCheckedException(String msg,
InterruptedException cause)
Creates a new exception with given error message and optional nested cause exception.
|
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IgniteInterruptedCheckedException(InterruptedException cause)
cause - Non-null throwable cause.public IgniteInterruptedCheckedException(String msg)
msg - Error message.public IgniteInterruptedCheckedException(String msg, InterruptedException cause)
msg - Error message.cause - Optional nested exception (can be null).
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019