Class GridInternalException

    • Constructor Detail

      • GridInternalException

        public GridInternalException()
      • GridInternalException

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

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

        public GridInternalException​(String msg,
                                     @Nullable
                                     @Nullable Throwable cause)
        Creates new internal exception with given error message and optional nested exception.
        Parameters:
        msg - Exception message.
        cause - Optional cause.