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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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 Fabric : ver. 2.0.0 Release Date : April 30 2017