Class IgniteHistoricalIteratorException

    • Constructor Detail

      • IgniteHistoricalIteratorException

        public IgniteHistoricalIteratorException​(Throwable cause)
        Creates a new exception with the specified cause.
        Parameters:
        cause - Cause.
      • IgniteHistoricalIteratorException

        public IgniteHistoricalIteratorException​(String msg,
                                                 Throwable cause)
        Creates a new exception with the specified message and cause.
        Parameters:
        msg - Detail message.
        cause - Cause.
      • IgniteHistoricalIteratorException

        public IgniteHistoricalIteratorException​(String msg)
        Creates a new exception with the specified message.
        Parameters:
        msg - Detail message.