public class GridSpiException extends GridException
| Constructor and Description |
|---|
GridSpiException(String msg)
Creates new SPI exception with given error message.
|
GridSpiException(String msg,
Throwable cause)
Creates new SPI exception with given error message and optional nested exception.
|
GridSpiException(Throwable cause)
Creates new SPI exception given throwable as a cause and
source of error message.
|
getCause, getMessage, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridSpiException(String msg)
msg - Error message.public GridSpiException(Throwable cause)
cause - Non-null throwable cause.Copyright © 2014. All rights reserved.