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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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
).
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024