Class DiffInterruptedException

    • Constructor Detail

      • DiffInterruptedException

        public DiffInterruptedException​(String message,
                                        Throwable cause)
        Constructor for DiffInterruptedException
        Parameters:
        message - error message
        cause - a Throwable
        Since:
        4.1
      • DiffInterruptedException

        public DiffInterruptedException​(String message)
        Constructor for DiffInterruptedException
        Parameters:
        message - error message
        Since:
        4.1
      • DiffInterruptedException

        public DiffInterruptedException()
        Indicates that the thread computing a diff was interrupted.