public class GridGgfsException extends GridException
GGFS exception thrown by file system components.| Constructor and Description |
|---|
GridGgfsException(String msg)
Creates an instance of GGFS exception with descriptive error message.
|
GridGgfsException(String msg,
Throwable cause)
Creates an instance of GGFS exception with error message and underlying cause.
|
GridGgfsException(Throwable cause)
Creates an instance of GGFS exception caused by nested exception.
|
getCause, getMessage, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridGgfsException(String msg)
msg - Error message.public GridGgfsException(Throwable cause)
cause - Exception cause.Copyright © 2014. All rights reserved.