public class IgniteSpiException extends IgniteException
Constructor and Description |
---|
IgniteSpiException(String msg)
Creates new SPI exception with given error message.
|
IgniteSpiException(String msg,
Throwable cause)
Creates new SPI exception with given error message and optional nested exception.
|
IgniteSpiException(Throwable cause)
Creates new SPI exception given throwable as a cause and
source of error message.
|
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IgniteSpiException(String msg)
msg
- Error message.public IgniteSpiException(Throwable cause)
cause
- Non-null throwable cause.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024