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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public GridInternalException()
Externalizable
support.public GridInternalException(String msg)
msg
- Error message.public GridInternalException(Throwable cause)
cause
- Non-null throwable cause.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017