Class IgniteClusterReadOnlyException

    • Constructor Detail

      • IgniteClusterReadOnlyException

        public IgniteClusterReadOnlyException()
        Create empty exception.
      • IgniteClusterReadOnlyException

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

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

        public IgniteClusterReadOnlyException​(String msg,
                                              @Nullable
                                              @Nullable Throwable cause,
                                              boolean writableStackTrace)
        Creates new exception with given error message and optional nested exception.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).
        writableStackTrace - whether or not the stack trace should be writable
      • IgniteClusterReadOnlyException

        public IgniteClusterReadOnlyException​(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).