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