Class GridNioException

    • Constructor Detail

      • GridNioException

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

        public GridNioException​(String msg,
                                @Nullable
                                @Nullable Throwable cause)
        Creates new exception with given error message and optional nested exception.
        Parameters:
        msg - Error message.
        cause - Nested exception.
      • GridNioException

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