public class IgniteTooManyOpenFilesException extends IgniteException
SocketException
with Too many open files error message. It needs for failing node, if we
got that exception.Constructor and Description |
---|
IgniteTooManyOpenFilesException()
Create empty exception.
|
IgniteTooManyOpenFilesException(String msg)
Creates new exception with given error message.
|
IgniteTooManyOpenFilesException(String msg,
@Nullable Throwable cause)
Creates new exception with given error message and optional nested exception.
|
IgniteTooManyOpenFilesException(Throwable cause)
Creates new exception with given throwable as a cause and source of error message.
|
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IgniteTooManyOpenFilesException()
public IgniteTooManyOpenFilesException(String msg)
msg
- Error message.public IgniteTooManyOpenFilesException(Throwable cause)
cause
- Non-null throwable cause.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020