public class GridGgfsOutOfSpaceException extends GridGgfsException
GGFS exception that is thrown when it detected out-of-space condition.
It is thrown when number of writes written to a GGFS data nodes exceeds
its maximum value (that is configured per-node).| Constructor and Description |
|---|
GridGgfsOutOfSpaceException(String msg)
Creates exception with given error message.
|
GridGgfsOutOfSpaceException(String msg,
Throwable cause)
Creates an instance of GGFS exception with given error message and given exception cause.
|
GridGgfsOutOfSpaceException(Throwable cause)
Creates an instance of exception with given exception cause.
|
getCause, getMessage, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridGgfsOutOfSpaceException(String msg)
msg - Error message.public GridGgfsOutOfSpaceException(Throwable cause)
cause - Exception cause.Copyright © 2014. All rights reserved.