public class GridGgfsIoException extends GridException
IOException into GridException.| Constructor and Description |
|---|
GridGgfsIoException(IOException cause)
Creates new exception with given throwable as a nested cause and
source of error message.
|
GridGgfsIoException(String msg)
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 GridGgfsIoException(IOException cause)
cause - Non-null throwable cause.public GridGgfsIoException(String msg)
msg - Error message.Copyright © 2014. All rights reserved.