public class GridInternalException extends IgniteCheckedException
| Constructor and Description |
|---|
GridInternalException()
Externalizable support. |
GridInternalException(String msg)
Creates new internal exception with given error message.
|
GridInternalException(String msg,
Throwable cause)
Creates new internal exception with given error message and
optional nested exception.
|
GridInternalException(Throwable cause)
Creates new internal exception given throwable as a cause and
source of error message.
|
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridInternalException()
Externalizable support.public GridInternalException(String msg)
msg - Error message.public GridInternalException(Throwable cause)
cause - Non-null throwable cause.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015