public class IgfsOutOfSpaceException extends IgfsException
IGFS
exception that is thrown when it detected out-of-space condition.
It is thrown when number of writes written to a IGFS
data nodes exceeds
its maximum value (that is configured per-node).Constructor and Description |
---|
IgfsOutOfSpaceException(String msg)
Creates exception with given error message.
|
IgfsOutOfSpaceException(String msg,
Throwable cause)
Creates an instance of IGFS exception with given error message and given exception cause.
|
IgfsOutOfSpaceException(Throwable cause)
Creates an instance of exception with given exception cause.
|
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IgfsOutOfSpaceException(String msg)
msg
- Error message.public IgfsOutOfSpaceException(Throwable cause)
cause
- Exception cause.
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015