public class InteropException extends IgniteCheckedException
| Constructor and Description |
|---|
InteropException()
Create empty exception.
|
InteropException(String msg)
Creates new exception with given error message.
|
InteropException(String msg,
Throwable cause)
Creates new exception with given error message and optional nested exception.
|
InteropException(Throwable cause)
Creates new grid exception with given throwable as a cause and
source of error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getCause, hasCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InteropException()
public InteropException(String msg)
msg - Error message.public InteropException(Throwable cause)
cause - Non-null throwable cause.public String toString()
toString in class IgniteCheckedException
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015