public class IgniteInterruptedException extends IgniteException
InterruptedException into IgniteException.| Constructor and Description |
|---|
IgniteInterruptedException(InterruptedException cause)
Creates new exception with given throwable as a nested cause and
source of error message.
|
IgniteInterruptedException(String msg)
Creates a new exception with given error message and optional nested cause exception.
|
IgniteInterruptedException(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 IgniteInterruptedException(InterruptedException cause)
cause - Non-null throwable cause.public IgniteInterruptedException(String msg)
msg - Error message.public IgniteInterruptedException(String msg, InterruptedException cause)
msg - Error message.cause - Optional nested exception (can be null).
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016