public class GridGgfsInvalidPathException extends GridGgfsException
GGFS exception indicating that operation target is invalid
(e.g. not a file while expecting to be a file).| Constructor and Description |
|---|
GridGgfsInvalidPathException(String msg)
Creates exception with given error message.
|
GridGgfsInvalidPathException(String msg,
Throwable cause)
Creates exception with given error message and exception cause.
|
GridGgfsInvalidPathException(Throwable cause)
Creates exception with given exception cause.
|
getCause, getMessage, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridGgfsInvalidPathException(String msg)
msg - Error message.public GridGgfsInvalidPathException(Throwable cause)
cause - Exception cause.Copyright © 2014. All rights reserved.