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, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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.11.1 Release Date : December 20 2021