Class IgniteTooManyOpenFilesException

    • Constructor Detail

      • IgniteTooManyOpenFilesException

        public IgniteTooManyOpenFilesException()
        Create empty exception.
      • IgniteTooManyOpenFilesException

        public IgniteTooManyOpenFilesException​(String msg)
        Creates new exception with given error message.
        Parameters:
        msg - Error message.
      • IgniteTooManyOpenFilesException

        public IgniteTooManyOpenFilesException​(Throwable cause)
        Creates new exception with given throwable as a cause and source of error message.
        Parameters:
        cause - Non-null throwable cause.
      • IgniteTooManyOpenFilesException

        public IgniteTooManyOpenFilesException​(String msg,
                                               @Nullable
                                               @Nullable Throwable cause)
        Creates new exception with given error message and optional nested exception.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).